Html Css Color HEX #F08491 Carissma

📋 copy color: '#F08491'

red 240 ◦ green 132 ◦ blue 145

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

Shades of Carissma #F08491

Tints of Carissma #F08491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.05%

R = 46.42%
G = 25.53%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F08491 (or 0xF08491) is known color: Carissma. HEX triplet: F0, 84 and 91. RGB value is (240,132,145). Sum of RGB (Red+Green+Blue) = 240+132+145=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F08491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08491 is #0F7B6E. Grayscale: #A5A5A5. Windows color (decimal): -1014639 or 9536752. OLE color: 9536752.

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

Color convert

RGB 240 132 145 -
CMYK 0 0.45 0.40 0.06
HSL 352.78º 0.78% 0.73% -
HSV(B) 352.78º 0.45% 0.94% -
XYZ 49.3 37.07 31.35 -
YUV 165.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 240 132 145 0 0.45 0.40 0.06 352.78 0.78 0.73
Hex F0 84 91 0 2D 28 6 161 4E 49
Octal 360 204 221 0 55 50 6 541 116 111
Binary 11110000 10000100 10010001 0 101101 101000 110 101100001 1001110 1001001

Color Harmonies of #F08491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08491

Black with #F08491

Text Example


Text Example

White with #F08491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08491; }

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

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

background-color css

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

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

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

border-color css

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

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

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