Html Css Color HEX #F08488 Carissma

📋 copy color: '#F08488'

red 240 ◦ green 132 ◦ blue 136

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

Shades of Carissma #F08488

Tints of Carissma #F08488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.98%

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

R = 47.24%
G = 25.98%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F08488 (or 0xF08488) is known color: Carissma. HEX triplet: F0, 84 and 88. RGB value is (240,132,136). Sum of RGB (Red+Green+Blue) = 240+132+136=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08488 is #0F7B77. Grayscale: #A4A4A4. Windows color (decimal): -1014648 or 8946928. OLE color: 8946928.

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

Color convert

RGB 240 132 136 -
CMYK 0 0.45 0.43 0.06
HSL 357.78º 0.78% 0.73% -
HSV(B) 357.78º 0.45% 0.94% -
XYZ 48.63 36.81 27.83 -
YUV 164.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 240 132 136 0 0.45 0.43 0.06 357.78 0.78 0.73
Hex F0 84 88 0 2D 2B 6 166 4E 49
Octal 360 204 210 0 55 53 6 546 116 111
Binary 11110000 10000100 10001000 0 101101 101011 110 101100110 1001110 1001001

Color Harmonies of #F08488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08488

Black with #F08488

Text Example


Text Example

White with #F08488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08488; }

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

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

background-color css

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

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

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

border-color css

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

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

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