Html Css Color HEX #F18089 Carissma

📋 copy color: '#F18089'

red 241 ◦ green 128 ◦ blue 137

#F18089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #F18089

Tints of Carissma #F18089

RGB

 RED value IS 241 (94.53% from 255) = 47.63%

 GREEN value IS 128 (50.39% from 255) = 25.3%

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 47.63%
G = 25.3%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F18089 (or 0xF18089) is known color: Carissma. HEX triplet: F1, 80 and 89. RGB value is (241,128,137). Sum of RGB (Red+Green+Blue) = 241+128+137=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18089 is #0E7F76. Grayscale: #A2A2A2. Windows color (decimal): -950135 or 9011441. OLE color: 9011441.

HSL color Cylindrical-coordinate representation of color #F18089: hue angle of 355.22º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F18089 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 137 -
CMYK 0 0.47 0.43 0.05
HSL 355.22º 0.8% 0.72% -
HSV(B) 355.22º 0.47% 0.95% -
XYZ 48.51 35.95 28.05 -
YUV 162.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 241 128 137 0 0.47 0.43 0.05 355.22 0.8 0.72
Hex F1 80 89 0 2F 2B 5 163 50 48
Octal 361 200 211 0 57 53 5 543 120 110
Binary 11110001 10000000 10001001 0 101111 101011 101 101100011 1010000 1001000

Color Harmonies of #F18089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18089

Black with #F18089

Text Example


Text Example

White with #F18089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18089; }

 p { color: rgb(241,128,137); }

 H1.HeaderClassName
 {
   color: #F18089;
 }
 .AnyTagClassName
 {
   color: #F18089;
 }
</style>

background-color css

<style>
 a { background-color: #F18089; }

 a { background-color: rgb(241,128,137); }

 div.DivClassName
 {
   background-color: #F18089;
 }
 .BgClassName
 {
   background-color: #F18089;
 }
</style>

border-color css

<style>
 span { border-color: #F18089; }

 span { border-color: rgb(241,128,137); }

 td.TdClassName
 {
   border-color: #F18089;
 }
 .TagClassName
 {
   border-color: #F18089;
 }
</style>