Html Css Color HEX #F08288 Carissma

📋 copy color: '#F08288'

red 240 ◦ green 130 ◦ blue 136

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

Shades of Carissma #F08288

Tints of Carissma #F08288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.69%

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

R = 47.43%
G = 25.69%
B = 26.88%

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

#F08288 (or 0xF08288) is known color: Carissma. HEX triplet: F0, 82 and 88. RGB value is (240,130,136). Sum of RGB (Red+Green+Blue) = 240+130+136=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F08288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08288 is #0F7D77. Grayscale: #A3A3A3. Windows color (decimal): -1015160 or 8946416. OLE color: 8946416.

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

Color convert

RGB 240 130 136 -
CMYK 0 0.46 0.43 0.06
HSL 356.73º 0.79% 0.73% -
HSV(B) 356.73º 0.46% 0.94% -
XYZ 48.36 36.27 27.74 -
YUV 163.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 240 130 136 0 0.46 0.43 0.06 356.73 0.79 0.73
Hex F0 82 88 0 2E 2B 6 165 4F 49
Octal 360 202 210 0 56 53 6 545 117 111
Binary 11110000 10000010 10001000 0 101110 101011 110 101100101 1001111 1001001

Color Harmonies of #F08288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08288

Black with #F08288

Text Example


Text Example

White with #F08288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08288; }

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

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

background-color css

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

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

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

border-color css

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

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

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