Html Css Color HEX #F03271 Cerise

📋 copy color: '#F03271'

red 240 ◦ green 50 ◦ blue 113

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

Shades of Cerise #F03271

Tints of Cerise #F03271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 59.55%
G = 12.41%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F03271 (or 0xF03271) is known color: Cerise. HEX triplet: F0, 32 and 71. RGB value is (240,50,113). Sum of RGB (Red+Green+Blue) = 240+50+113=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F03271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03271 is #0FCD8E. Grayscale: #717171. Windows color (decimal): -1035663 or 7418608. OLE color: 7418608.

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

Color convert

RGB 240 50 113 -
CMYK 0 0.79 0.53 0.06
HSL 340.11º 0.86% 0.57% -
HSV(B) 340.11º 0.79% 0.94% -
XYZ 40.06 22 17.76 -
YUV 113.99 127.45 217.88 -
System Red Green Blue C M Y K H S L
Decimal 240 50 113 0 0.79 0.53 0.06 340.11 0.86 0.57
Hex F0 32 71 0 4F 35 6 154 56 39
Octal 360 62 161 0 117 65 6 524 126 71
Binary 11110000 110010 1110001 0 1001111 110101 110 101010100 1010110 111001

Color Harmonies of #F03271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03271

Black with #F03271

Text Example


Text Example

White with #F03271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03271; }

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

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

background-color css

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

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

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

border-color css

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

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

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