Html Css Color HEX #F02C7F Deep Cerise

📋 copy color: '#F02C7F'

red 240 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #F02C7F

Tints of Deep Cerise #F02C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

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

R = 58.39%
G = 10.71%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F02C7F (or 0xF02C7F) is known color: Deep Cerise. HEX triplet: F0, 2C and 7F. RGB value is (240,44,127). Sum of RGB (Red+Green+Blue) = 240+44+127=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02C7F is #0FD380. Grayscale: #6F6F6F. Windows color (decimal): -1037185 or 8334576. OLE color: 8334576.

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

Color convert

RGB 240 44 127 -
CMYK 0 0.82 0.47 0.06
HSL 334.59º 0.87% 0.56% -
HSV(B) 334.59º 0.82% 0.94% -
XYZ 40.67 21.86 22.15 -
YUV 112.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 240 44 127 0 0.82 0.47 0.06 334.59 0.87 0.56
Hex F0 2C 7F 0 52 2F 6 14F 57 38
Octal 360 54 177 0 122 57 6 517 127 70
Binary 11110000 101100 1111111 0 1010010 101111 110 101001111 1010111 111000

Color Harmonies of #F02C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C7F

Black with #F02C7F

Text Example


Text Example

White with #F02C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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