Html Css Color HEX #F08490 Carissma

📋 copy color: '#F08490'

red 240 ◦ green 132 ◦ blue 144

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

Shades of Carissma #F08490

Tints of Carissma #F08490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.91%

R = 46.51%
G = 25.58%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F08490 (or 0xF08490) is known color: Carissma. HEX triplet: F0, 84 and 90. RGB value is (240,132,144). Sum of RGB (Red+Green+Blue) = 240+132+144=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F08490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08490 is #0F7B6F. Grayscale: #A5A5A5. Windows color (decimal): -1014640 or 9471216. OLE color: 9471216.

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

Color convert

RGB 240 132 144 -
CMYK 0 0.45 0.4 0.06
HSL 353.33º 0.78% 0.73% -
HSV(B) 353.33º 0.45% 0.94% -
XYZ 49.22 37.04 30.94 -
YUV 165.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 240 132 144 0 0.45 0.4 0.06 353.33 0.78 0.73
Hex F0 84 90 0 2D 28 6 161 4E 49
Octal 360 204 220 0 55 50 6 541 116 111
Binary 11110000 10000100 10010000 0 101101 101000 110 101100001 1001110 1001001

Color Harmonies of #F08490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08490

Black with #F08490

Text Example


Text Example

White with #F08490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08490; }

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

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

background-color css

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

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

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

border-color css

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

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

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