Html Css Color HEX #F0859B Carissma

📋 copy color: '#F0859B'

red 240 ◦ green 133 ◦ blue 155

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

Shades of Carissma #F0859B

Tints of Carissma #F0859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 45.45%
G = 25.19%
B = 29.36%

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

#F0859B (or 0xF0859B) is known color: Carissma. HEX triplet: F0, 85 and 9B. RGB value is (240,133,155). Sum of RGB (Red+Green+Blue) = 240+133+155=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0859B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0859B is #0F7A64. Grayscale: #A7A7A7. Windows color (decimal): -1014373 or 10192368. OLE color: 10192368.

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

Color convert

RGB 240 133 155 -
CMYK 0 0.45 0.35 0.06
HSL 347.66º 0.78% 0.73% -
HSV(B) 347.66º 0.45% 0.94% -
XYZ 50.24 37.67 35.63 -
YUV 167.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 240 133 155 0 0.45 0.35 0.06 347.66 0.78 0.73
Hex F0 85 9B 0 2D 23 6 15C 4E 49
Octal 360 205 233 0 55 43 6 534 116 111
Binary 11110000 10000101 10011011 0 101101 100011 110 101011100 1001110 1001001

Color Harmonies of #F0859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0859B

Black with #F0859B

Text Example


Text Example

White with #F0859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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