Html Css Color HEX #F0859D Carissma

📋 copy color: '#F0859D'

red 240 ◦ green 133 ◦ blue 157

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

Shades of Carissma #F0859D

Tints of Carissma #F0859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.09%

 BLUE value IS 157 (61.72% from 255) = 29.62%

R = 45.28%
G = 25.09%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0859D (or 0xF0859D) is known color: Carissma. HEX triplet: F0, 85 and 9D. RGB value is (240,133,157). Sum of RGB (Red+Green+Blue) = 240+133+157=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0859D is #0F7A62. Grayscale: #A7A7A7. Windows color (decimal): -1014371 or 10323440. OLE color: 10323440.

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

Color convert

RGB 240 133 157 -
CMYK 0 0.45 0.35 0.06
HSL 346.54º 0.78% 0.73% -
HSV(B) 346.54º 0.45% 0.94% -
XYZ 50.41 37.73 36.52 -
YUV 167.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 240 133 157 0 0.45 0.35 0.06 346.54 0.78 0.73
Hex F0 85 9D 0 2D 23 6 15B 4E 49
Octal 360 205 235 0 55 43 6 533 116 111
Binary 11110000 10000101 10011101 0 101101 100011 110 101011011 1001110 1001001

Color Harmonies of #F0859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0859D

Black with #F0859D

Text Example


Text Example

White with #F0859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0859D; }

 p { color: rgb(240,133,157); }

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

background-color css

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

 a { background-color: rgb(240,133,157); }

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

border-color css

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

 span { border-color: rgb(240,133,157); }

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