Html Css Color HEX #FF0F72 Deep Pink

📋 copy color: '#FF0F72'

red 255 ◦ green 15 ◦ blue 114

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

Shades of Deep Pink #FF0F72

Tints of Deep Pink #FF0F72

RGB

 RED value IS 255 (100% from 255) = 66.41%

 GREEN value IS 15 (6.25% from 255) = 3.91%

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 66.41%
G = 3.91%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF0F72 (or 0xFF0F72) is known color: Deep Pink. HEX triplet: FF, 0F and 72. RGB value is (255,15,114). Sum of RGB (Red+Green+Blue) = 255+15+114=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0F72 is #00F08D. Grayscale: #616161. Windows color (decimal): -61582 or 7475199. OLE color: 7475199.

HSL color Cylindrical-coordinate representation of color #FF0F72: hue angle of 335.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F72 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 15 114 -
CMYK 0 0.94 0.55 0
HSL 335.25º 1% 0.53% -
HSV(B) 335.25º 0.94% 1% -
XYZ 44.45 22.82 17.98 -
YUV 98.05 137.01 239.95 -
System Red Green Blue C M Y K H S L
Decimal 255 15 114 0 0.94 0.55 0 335.25 1 0.53
Hex FF F 72 0 5E 37 0 14F 64 35
Octal 377 17 162 0 136 67 0 517 144 65
Binary 11111111 1111 1110010 0 1011110 110111 0 101001111 1100100 110101

Color Harmonies of #FF0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F72

Black with #FF0F72

Text Example


Text Example

White with #FF0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F72; }

 p { color: rgb(255,15,114); }

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

background-color css

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

 a { background-color: rgb(255,15,114); }

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

border-color css

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

 span { border-color: rgb(255,15,114); }

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