Html Css Color HEX #F08188 Carissma

📋 copy color: '#F08188'

red 240 ◦ green 129 ◦ blue 136

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

Shades of Carissma #F08188

Tints of Carissma #F08188

RGB

 RED value IS 240 (94.14% from 255) = 47.52%

 GREEN value IS 129 (50.78% from 255) = 25.54%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 47.52%
G = 25.54%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F08188 (or 0xF08188) is known color: Carissma. HEX triplet: F0, 81 and 88. RGB value is (240,129,136). Sum of RGB (Red+Green+Blue) = 240+129+136=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F08188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08188 is #0F7E77. Grayscale: #A3A3A3. Windows color (decimal): -1015416 or 8946160. OLE color: 8946160.

HSL color Cylindrical-coordinate representation of color #F08188: hue angle of 356.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08188 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 136 -
CMYK 0 0.46 0.43 0.06
HSL 356.22º 0.79% 0.72% -
HSV(B) 356.22º 0.46% 0.94% -
XYZ 48.23 36 27.7 -
YUV 162.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 240 129 136 0 0.46 0.43 0.06 356.22 0.79 0.72
Hex F0 81 88 0 2E 2B 6 164 4F 48
Octal 360 201 210 0 56 53 6 544 117 110
Binary 11110000 10000001 10001000 0 101110 101011 110 101100100 1001111 1001000

Color Harmonies of #F08188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08188

Black with #F08188

Text Example


Text Example

White with #F08188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08188; }

 p { color: rgb(240,129,136); }

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

background-color css

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

 a { background-color: rgb(240,129,136); }

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

border-color css

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

 span { border-color: rgb(240,129,136); }

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