Html Css Color HEX #F08291 Carissma

📋 copy color: '#F08291'

red 240 ◦ green 130 ◦ blue 145

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

Shades of Carissma #F08291

Tints of Carissma #F08291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

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

R = 46.6%
G = 25.24%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F08291 (or 0xF08291) is known color: Carissma. HEX triplet: F0, 82 and 91. RGB value is (240,130,145). Sum of RGB (Red+Green+Blue) = 240+130+145=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08291 is #0F7D6E. Grayscale: #A4A4A4. Windows color (decimal): -1015151 or 9536240. OLE color: 9536240.

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

Color convert

RGB 240 130 145 -
CMYK 0 0.46 0.40 0.06
HSL 351.82º 0.79% 0.73% -
HSV(B) 351.82º 0.46% 0.94% -
XYZ 49.03 36.53 31.26 -
YUV 164.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 240 130 145 0 0.46 0.40 0.06 351.82 0.79 0.73
Hex F0 82 91 0 2E 28 6 160 4F 49
Octal 360 202 221 0 56 50 6 540 117 111
Binary 11110000 10000010 10010001 0 101110 101000 110 101100000 1001111 1001001

Color Harmonies of #F08291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08291

Black with #F08291

Text Example


Text Example

White with #F08291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08291; }

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

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

background-color css

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

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

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

border-color css

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

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

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