Html Css Color HEX #F08497 Carissma

📋 copy color: '#F08497'

red 240 ◦ green 132 ◦ blue 151

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

Shades of Carissma #F08497

Tints of Carissma #F08497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.87%

R = 45.89%
G = 25.24%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F08497 (or 0xF08497) is known color: Carissma. HEX triplet: F0, 84 and 97. RGB value is (240,132,151). Sum of RGB (Red+Green+Blue) = 240+132+151=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F08497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08497 is #0F7B68. Grayscale: #A6A6A6. Windows color (decimal): -1014633 or 9929968. OLE color: 9929968.

HSL color Cylindrical-coordinate representation of color #F08497: hue angle of 349.44º 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 #F08497 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 151 -
CMYK 0 0.45 0.37 0.06
HSL 349.44º 0.78% 0.73% -
HSV(B) 349.44º 0.45% 0.94% -
XYZ 49.77 37.26 33.85 -
YUV 166.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 240 132 151 0 0.45 0.37 0.06 349.44 0.78 0.73
Hex F0 84 97 0 2D 25 6 15D 4E 49
Octal 360 204 227 0 55 45 6 535 116 111
Binary 11110000 10000100 10010111 0 101101 100101 110 101011101 1001110 1001001

Color Harmonies of #F08497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08497

Black with #F08497

Text Example


Text Example

White with #F08497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08497; }

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

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

background-color css

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

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

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

border-color css

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

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

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