Html Css Color HEX #F0316E Cerise

📋 copy color: '#F0316E'

red 240 ◦ green 49 ◦ blue 110

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

Shades of Cerise #F0316E

Tints of Cerise #F0316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.28%

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 60.15%
G = 12.28%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0316E (or 0xF0316E) is known color: Cerise. HEX triplet: F0, 31 and 6E. RGB value is (240,49,110). Sum of RGB (Red+Green+Blue) = 240+49+110=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0316E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0316E is #0FCE91. Grayscale: #717171. Windows color (decimal): -1035922 or 7221744. OLE color: 7221744.

HSL color Cylindrical-coordinate representation of color #F0316E: hue angle of 340.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0316E is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 110 -
CMYK 0 0.80 0.54 0.06
HSL 340.84º 0.86% 0.57% -
HSV(B) 340.84º 0.8% 0.94% -
XYZ 39.85 21.85 16.87 -
YUV 113.06 126.28 218.54 -
System Red Green Blue C M Y K H S L
Decimal 240 49 110 0 0.80 0.54 0.06 340.84 0.86 0.57
Hex F0 31 6E 0 50 36 6 155 56 39
Octal 360 61 156 0 120 66 6 525 126 71
Binary 11110000 110001 1101110 0 1010000 110110 110 101010101 1010110 111001

Color Harmonies of #F0316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0316E

Black with #F0316E

Text Example


Text Example

White with #F0316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0316E; }

 p { color: rgb(240,49,110); }

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

background-color css

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

 a { background-color: rgb(240,49,110); }

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

border-color css

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

 span { border-color: rgb(240,49,110); }

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