Html Css Color HEX #F08297 Carissma

📋 copy color: '#F08297'

red 240 ◦ green 130 ◦ blue 151

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

Shades of Carissma #F08297

Tints of Carissma #F08297

RGB

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

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

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

R = 46.07%
G = 24.95%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F08297 (or 0xF08297) is known color: Carissma. HEX triplet: F0, 82 and 97. RGB value is (240,130,151). Sum of RGB (Red+Green+Blue) = 240+130+151=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08297 is #0F7D68. Grayscale: #A5A5A5. Windows color (decimal): -1015145 or 9929456. OLE color: 9929456.

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

Color convert

RGB 240 130 151 -
CMYK 0 0.46 0.37 0.06
HSL 348.55º 0.79% 0.73% -
HSV(B) 348.55º 0.46% 0.94% -
XYZ 49.5 36.72 33.76 -
YUV 165.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 240 130 151 0 0.46 0.37 0.06 348.55 0.79 0.73
Hex F0 82 97 0 2E 25 6 15D 4F 49
Octal 360 202 227 0 56 45 6 535 117 111
Binary 11110000 10000010 10010111 0 101110 100101 110 101011101 1001111 1001001

Color Harmonies of #F08297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08297

Black with #F08297

Text Example


Text Example

White with #F08297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08297; }

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

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

background-color css

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

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

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

border-color css

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

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

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