Html Css Color HEX #F08088 Carissma

📋 copy color: '#F08088'

red 240 ◦ green 128 ◦ blue 136

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

Shades of Carissma #F08088

Tints of Carissma #F08088

RGB

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

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

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

R = 47.62%
G = 25.4%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F08088 (or 0xF08088) is known color: Carissma. HEX triplet: F0, 80 and 88. RGB value is (240,128,136). Sum of RGB (Red+Green+Blue) = 240+128+136=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08088 is #0F7F77. Grayscale: #A2A2A2. Windows color (decimal): -1015672 or 8945904. OLE color: 8945904.

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

Color convert

RGB 240 128 136 -
CMYK 0 0.47 0.43 0.06
HSL 355.71º 0.79% 0.72% -
HSV(B) 355.71º 0.47% 0.94% -
XYZ 48.1 35.74 27.66 -
YUV 162.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 240 128 136 0 0.47 0.43 0.06 355.71 0.79 0.72
Hex F0 80 88 0 2F 2B 6 164 4F 48
Octal 360 200 210 0 57 53 6 544 117 110
Binary 11110000 10000000 10001000 0 101111 101011 110 101100100 1001111 1001000

Color Harmonies of #F08088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08088

Black with #F08088

Text Example


Text Example

White with #F08088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08088; }

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

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

background-color css

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

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

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

border-color css

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

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

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