Html Css Color HEX #F03277 Cerise

📋 copy color: '#F03277'

red 240 ◦ green 50 ◦ blue 119

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

Shades of Cerise #F03277

Tints of Cerise #F03277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.22%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 58.68%
G = 12.22%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F03277 (or 0xF03277) is known color: Cerise. HEX triplet: F0, 32 and 77. RGB value is (240,50,119). Sum of RGB (Red+Green+Blue) = 240+50+119=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F03277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03277 is #0FCD88. Grayscale: #727272. Windows color (decimal): -1035657 or 7811824. OLE color: 7811824.

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

Color convert

RGB 240 50 119 -
CMYK 0 0.79 0.50 0.06
HSL 338.21º 0.86% 0.57% -
HSV(B) 338.21º 0.79% 0.94% -
XYZ 40.41 22.14 19.6 -
YUV 114.68 130.45 217.39 -
System Red Green Blue C M Y K H S L
Decimal 240 50 119 0 0.79 0.50 0.06 338.21 0.86 0.57
Hex F0 32 77 0 4F 32 6 152 56 39
Octal 360 62 167 0 117 62 6 522 126 71
Binary 11110000 110010 1110111 0 1001111 110010 110 101010010 1010110 111001

Color Harmonies of #F03277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03277

Black with #F03277

Text Example


Text Example

White with #F03277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03277; }

 p { color: rgb(240,50,119); }

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

background-color css

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

 a { background-color: rgb(240,50,119); }

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

border-color css

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

 span { border-color: rgb(240,50,119); }

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