Html Css Color HEX #F02F7A Deep Cerise

📋 copy color: '#F02F7A'

red 240 ◦ green 47 ◦ blue 122

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

Shades of Deep Cerise #F02F7A

Tints of Deep Cerise #F02F7A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.49%

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 58.68%
G = 11.49%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F02F7A (or 0xF02F7A) is known color: Deep Cerise. HEX triplet: F0, 2F and 7A. RGB value is (240,47,122). Sum of RGB (Red+Green+Blue) = 240+47+122=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F7A is #0FD085. Grayscale: #717171. Windows color (decimal): -1036422 or 8007664. OLE color: 8007664.

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

Color convert

RGB 240 47 122 -
CMYK 0 0.80 0.49 0.06
HSL 336.68º 0.87% 0.56% -
HSV(B) 336.68º 0.8% 0.94% -
XYZ 40.46 21.96 20.52 -
YUV 113.26 132.94 218.4 -
System Red Green Blue C M Y K H S L
Decimal 240 47 122 0 0.80 0.49 0.06 336.68 0.87 0.56
Hex F0 2F 7A 0 50 31 6 151 57 38
Octal 360 57 172 0 120 61 6 521 127 70
Binary 11110000 101111 1111010 0 1010000 110001 110 101010001 1010111 111000

Color Harmonies of #F02F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02F7A

Black with #F02F7A

Text Example


Text Example

White with #F02F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02F7A; }

 p { color: rgb(240,47,122); }

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

background-color css

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

 a { background-color: rgb(240,47,122); }

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

border-color css

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

 span { border-color: rgb(240,47,122); }

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