Html Css Color HEX #FF0F7F Deep Pink

📋 copy color: '#FF0F7F'

red 255 ◦ green 15 ◦ blue 127

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

Shades of Deep Pink #FF0F7F

Tints of Deep Pink #FF0F7F

RGB

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

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

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

R = 64.23%
G = 3.78%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF0F7F (or 0xFF0F7F) is known color: Deep Pink. HEX triplet: FF, 0F and 7F. RGB value is (255,15,127). Sum of RGB (Red+Green+Blue) = 255+15+127=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0F7F is #00F080. Grayscale: #636363. Windows color (decimal): -61569 or 8327167. OLE color: 8327167.

HSL color Cylindrical-coordinate representation of color #FF0F7F: hue angle of 332º 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 #FF0F7F is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 15 127 -
CMYK 0 0.94 0.50 0
HSL 332º 1% 0.53% -
HSV(B) 332º 0.94% 1% -
XYZ 45.24 23.13 22.16 -
YUV 99.53 143.51 238.89 -
System Red Green Blue C M Y K H S L
Decimal 255 15 127 0 0.94 0.50 0 332 1 0.53
Hex FF F 7F 0 5E 32 0 14C 64 35
Octal 377 17 177 0 136 62 0 514 144 65
Binary 11111111 1111 1111111 0 1011110 110010 0 101001100 1100100 110101

Color Harmonies of #FF0F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F7F

Black with #FF0F7F

Text Example


Text Example

White with #FF0F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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