Html Css Color HEX #F0007E Deep Pink

📋 copy color: '#F0007E'

red 240 ◦ green 0 ◦ blue 126

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

Shades of Deep Pink #F0007E

Tints of Deep Pink #F0007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 65.57%
G = 0%
B = 34.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0007E (or 0xF0007E) is known color: Deep Pink. HEX triplet: F0, 00 and 7E. RGB value is (240,0,126). Sum of RGB (Red+Green+Blue) = 240+0+126=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0007E is #0FFF81. Grayscale: #555555. Windows color (decimal): -1048450 or 8257776. OLE color: 8257776.

HSL color Cylindrical-coordinate representation of color #F0007E: hue angle of 328.5º 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 #F0007E is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 126 -
CMYK 0 1 0.48 0.06
HSL 328.5º 1% 0.47% -
HSV(B) 328.5º 1% 0.94% -
XYZ 39.7 20.03 21.51 -
YUV 86.12 150.51 237.75 -
System Red Green Blue C M Y K H S L
Decimal 240 0 126 0 1 0.48 0.06 328.5 1 0.47
Hex F0 0 7E 0 64 30 6 148 64 2F
Octal 360 0 176 0 144 60 6 510 144 57
Binary 11110000 0 1111110 0 1100100 110000 110 101001000 1100100 101111

Color Harmonies of #F0007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0007E

Black with #F0007E

Text Example


Text Example

White with #F0007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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