Html Css Color HEX #F0247F Deep Cerise

📋 copy color: '#F0247F'

red 240 ◦ green 36 ◦ blue 127

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

Shades of Deep Cerise #F0247F

Tints of Deep Cerise #F0247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.93%

 BLUE value IS 127 (50% from 255) = 31.51%

R = 59.55%
G = 8.93%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0247F (or 0xF0247F) is known color: Deep Cerise. HEX triplet: F0, 24 and 7F. RGB value is (240,36,127). Sum of RGB (Red+Green+Blue) = 240+36+127=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0247F is #0FDB80. Grayscale: #6B6B6B. Windows color (decimal): -1039233 or 8332528. OLE color: 8332528.

HSL color Cylindrical-coordinate representation of color #F0247F: hue angle of 333.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0247F is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 127 -
CMYK 0 0.85 0.47 0.06
HSL 333.24º 0.87% 0.54% -
HSV(B) 333.24º 0.85% 0.94% -
XYZ 40.4 21.32 22.06 -
YUV 107.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 240 36 127 0 0.85 0.47 0.06 333.24 0.87 0.54
Hex F0 24 7F 0 55 2F 6 14D 57 36
Octal 360 44 177 0 125 57 6 515 127 66
Binary 11110000 100100 1111111 0 1010101 101111 110 101001101 1010111 110110

Color Harmonies of #F0247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0247F

Black with #F0247F

Text Example


Text Example

White with #F0247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0247F; }

 p { color: rgb(240,36,127); }

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

background-color css

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

 a { background-color: rgb(240,36,127); }

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

border-color css

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

 span { border-color: rgb(240,36,127); }

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