Html Css Color HEX #F0007C Deep Pink

📋 copy color: '#F0007C'

red 240 ◦ green 0 ◦ blue 124

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

Shades of Deep Pink #F0007C

Tints of Deep Pink #F0007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 65.93%
G = 0%
B = 34.07%

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

#F0007C (or 0xF0007C) is known color: Deep Pink. HEX triplet: F0, 00 and 7C. RGB value is (240,0,124). Sum of RGB (Red+Green+Blue) = 240+0+124=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0007C is #0FFF83. Grayscale: #555555. Windows color (decimal): -1048452 or 8126704. OLE color: 8126704.

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

Color convert

RGB 240 0 124 -
CMYK 0 1 0.48 0.06
HSL 329º 1% 0.47% -
HSV(B) 329º 1% 0.94% -
XYZ 39.57 19.98 20.84 -
YUV 85.9 149.51 237.92 -
System Red Green Blue C M Y K H S L
Decimal 240 0 124 0 1 0.48 0.06 329 1 0.47
Hex F0 0 7C 0 64 30 6 149 64 2F
Octal 360 0 174 0 144 60 6 511 144 57
Binary 11110000 0 1111100 0 1100100 110000 110 101001001 1100100 101111

Color Harmonies of #F0007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0007C

Black with #F0007C

Text Example


Text Example

White with #F0007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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