Html Css Color HEX #F08097 Carissma

📋 copy color: '#F08097'

red 240 ◦ green 128 ◦ blue 151

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

Shades of Carissma #F08097

Tints of Carissma #F08097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.66%

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

R = 46.24%
G = 24.66%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F08097 (or 0xF08097) is known color: Carissma. HEX triplet: F0, 80 and 97. RGB value is (240,128,151). Sum of RGB (Red+Green+Blue) = 240+128+151=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F08097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08097 is #0F7F68. Grayscale: #A4A4A4. Windows color (decimal): -1015657 or 9928944. OLE color: 9928944.

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

Color convert

RGB 240 128 151 -
CMYK 0 0.47 0.37 0.06
HSL 347.68º 0.79% 0.72% -
HSV(B) 347.68º 0.47% 0.94% -
XYZ 49.24 36.2 33.67 -
YUV 164.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 240 128 151 0 0.47 0.37 0.06 347.68 0.79 0.72
Hex F0 80 97 0 2F 25 6 15C 4F 48
Octal 360 200 227 0 57 45 6 534 117 110
Binary 11110000 10000000 10010111 0 101111 100101 110 101011100 1001111 1001000

Color Harmonies of #F08097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08097

Black with #F08097

Text Example


Text Example

White with #F08097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08097; }

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

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

background-color css

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

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

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

border-color css

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

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

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