Html Css Color HEX #F0859C Carissma

📋 copy color: '#F0859C'

red 240 ◦ green 133 ◦ blue 156

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

Shades of Carissma #F0859C

Tints of Carissma #F0859C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.49%

R = 45.37%
G = 25.14%
B = 29.49%

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

#F0859C (or 0xF0859C) is known color: Carissma. HEX triplet: F0, 85 and 9C. RGB value is (240,133,156). Sum of RGB (Red+Green+Blue) = 240+133+156=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0859C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0859C is #0F7A63. Grayscale: #A7A7A7. Windows color (decimal): -1014372 or 10257904. OLE color: 10257904.

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

Color convert

RGB 240 133 156 -
CMYK 0 0.45 0.35 0.06
HSL 347.1º 0.78% 0.73% -
HSV(B) 347.1º 0.45% 0.94% -
XYZ 50.32 37.7 36.08 -
YUV 167.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 240 133 156 0 0.45 0.35 0.06 347.1 0.78 0.73
Hex F0 85 9C 0 2D 23 6 15B 4E 49
Octal 360 205 234 0 55 43 6 533 116 111
Binary 11110000 10000101 10011100 0 101101 100011 110 101011011 1001110 1001001

Color Harmonies of #F0859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0859C

Black with #F0859C

Text Example


Text Example

White with #F0859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0859C; }

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

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

background-color css

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

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

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

border-color css

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

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

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