Html Css Color HEX #F0316C Cerise

📋 copy color: '#F0316C'

red 240 ◦ green 49 ◦ blue 108

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

Shades of Cerise #F0316C

Tints of Cerise #F0316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 60.45%
G = 12.34%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0316C (or 0xF0316C) is known color: Cerise. HEX triplet: F0, 31 and 6C. RGB value is (240,49,108). Sum of RGB (Red+Green+Blue) = 240+49+108=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0316C is #0FCE93. Grayscale: #707070. Windows color (decimal): -1035924 or 7090672. OLE color: 7090672.

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

Color convert

RGB 240 49 108 -
CMYK 0 0.80 0.55 0.06
HSL 341.47º 0.86% 0.57% -
HSV(B) 341.47º 0.8% 0.94% -
XYZ 39.74 21.8 16.3 -
YUV 112.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 240 49 108 0 0.80 0.55 0.06 341.47 0.86 0.57
Hex F0 31 6C 0 50 37 6 155 56 39
Octal 360 61 154 0 120 67 6 525 126 71
Binary 11110000 110001 1101100 0 1010000 110111 110 101010101 1010110 111001

Color Harmonies of #F0316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0316C

Black with #F0316C

Text Example


Text Example

White with #F0316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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