Html Css Color HEX #F08698 Carissma

📋 copy color: '#F08698'

red 240 ◦ green 134 ◦ blue 152

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

Shades of Carissma #F08698

Tints of Carissma #F08698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.48%

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 45.63%
G = 25.48%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F08698 (or 0xF08698) is known color: Carissma. HEX triplet: F0, 86 and 98. RGB value is (240,134,152). Sum of RGB (Red+Green+Blue) = 240+134+152=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F08698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08698 is #0F7967. Grayscale: #A7A7A7. Windows color (decimal): -1014120 or 9996016. OLE color: 9996016.

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

Color convert

RGB 240 134 152 -
CMYK 0 0.44 0.37 0.06
HSL 349.81º 0.78% 0.73% -
HSV(B) 349.81º 0.44% 0.94% -
XYZ 50.13 37.84 34.37 -
YUV 167.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 240 134 152 0 0.44 0.37 0.06 349.81 0.78 0.73
Hex F0 86 98 0 2C 25 6 15E 4E 49
Octal 360 206 230 0 54 45 6 536 116 111
Binary 11110000 10000110 10011000 0 101100 100101 110 101011110 1001110 1001001

Color Harmonies of #F08698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08698

Black with #F08698

Text Example


Text Example

White with #F08698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08698; }

 p { color: rgb(240,134,152); }

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

background-color css

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

 a { background-color: rgb(240,134,152); }

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

border-color css

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

 span { border-color: rgb(240,134,152); }

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