Html Css Color HEX #F08391 Carissma

📋 copy color: '#F08391'

red 240 ◦ green 131 ◦ blue 145

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

Shades of Carissma #F08391

Tints of Carissma #F08391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

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

R = 46.51%
G = 25.39%
B = 28.1%

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

#F08391 (or 0xF08391) is known color: Carissma. HEX triplet: F0, 83 and 91. RGB value is (240,131,145). Sum of RGB (Red+Green+Blue) = 240+131+145=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F08391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08391 is #0F7C6E. Grayscale: #A5A5A5. Windows color (decimal): -1014895 or 9536496. OLE color: 9536496.

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

Color convert

RGB 240 131 145 -
CMYK 0 0.45 0.40 0.06
HSL 352.29º 0.78% 0.73% -
HSV(B) 352.29º 0.45% 0.94% -
XYZ 49.16 36.8 31.3 -
YUV 165.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 240 131 145 0 0.45 0.40 0.06 352.29 0.78 0.73
Hex F0 83 91 0 2D 28 6 160 4E 49
Octal 360 203 221 0 55 50 6 540 116 111
Binary 11110000 10000011 10010001 0 101101 101000 110 101100000 1001110 1001001

Color Harmonies of #F08391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08391

Black with #F08391

Text Example


Text Example

White with #F08391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08391; }

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

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

background-color css

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

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

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

border-color css

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

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

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