Html Css Color HEX #F0247D Deep Cerise

📋 copy color: '#F0247D'

red 240 ◦ green 36 ◦ blue 125

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

Shades of Deep Cerise #F0247D

Tints of Deep Cerise #F0247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 59.85%
G = 8.98%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0247D (or 0xF0247D) is known color: Deep Cerise. HEX triplet: F0, 24 and 7D. RGB value is (240,36,125). Sum of RGB (Red+Green+Blue) = 240+36+125=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0247D is #0FDB82. Grayscale: #6A6A6A. Windows color (decimal): -1039235 or 8201456. OLE color: 8201456.

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

Color convert

RGB 240 36 125 -
CMYK 0 0.85 0.48 0.06
HSL 333.82º 0.87% 0.54% -
HSV(B) 333.82º 0.85% 0.94% -
XYZ 40.27 21.27 21.38 -
YUV 107.14 138.09 222.76 -
System Red Green Blue C M Y K H S L
Decimal 240 36 125 0 0.85 0.48 0.06 333.82 0.87 0.54
Hex F0 24 7D 0 55 30 6 14E 57 36
Octal 360 44 175 0 125 60 6 516 127 66
Binary 11110000 100100 1111101 0 1010101 110000 110 101001110 1010111 110110

Color Harmonies of #F0247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0247D

Black with #F0247D

Text Example


Text Example

White with #F0247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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