Html Css Color HEX #F0007F Deep Pink

📋 copy color: '#F0007F'

red 240 ◦ green 0 ◦ blue 127

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

Shades of Deep Pink #F0007F

Tints of Deep Pink #F0007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.4%
G = 0%
B = 34.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0007F (or 0xF0007F) is known color: Deep Pink. HEX triplet: F0, 00 and 7F. RGB value is (240,0,127). Sum of RGB (Red+Green+Blue) = 240+0+127=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0007F is #0FFF80. Grayscale: #555555. Windows color (decimal): -1048449 or 8323312. OLE color: 8323312.

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

Color convert

RGB 240 0 127 -
CMYK 0 1 0.47 0.06
HSL 328.25º 1% 0.47% -
HSV(B) 328.25º 1% 0.94% -
XYZ 39.77 20.06 21.85 -
YUV 86.24 151.01 237.67 -
System Red Green Blue C M Y K H S L
Decimal 240 0 127 0 1 0.47 0.06 328.25 1 0.47
Hex F0 0 7F 0 64 2F 6 148 64 2F
Octal 360 0 177 0 144 57 6 510 144 57
Binary 11110000 0 1111111 0 1100100 101111 110 101001000 1100100 101111

Color Harmonies of #F0007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0007F

Black with #F0007F

Text Example


Text Example

White with #F0007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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