Html Css Color HEX #F8007F Deep Pink

📋 copy color: '#F8007F'

red 248 ◦ green 0 ◦ blue 127

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

Shades of Deep Pink #F8007F

Tints of Deep Pink #F8007F

RGB

 RED value IS 248 (97.27% from 255) = 66.13%

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

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

R = 66.13%
G = 0%
B = 33.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8007F (or 0xF8007F) is known color: Deep Pink. HEX triplet: F8, 00 and 7F. RGB value is (248,0,127). Sum of RGB (Red+Green+Blue) = 248+0+127=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8007F is #07FF80. Grayscale: #585858. Windows color (decimal): -524161 or 8323320. OLE color: 8323320.

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

Color convert

RGB 248 0 127 -
CMYK 0 1 0.49 0.03
HSL 329.27º 1% 0.49% -
HSV(B) 329.27º 1% 0.97% -
XYZ 42.54 21.49 21.98 -
YUV 88.63 149.66 241.67 -
System Red Green Blue C M Y K H S L
Decimal 248 0 127 0 1 0.49 0.03 329.27 1 0.49
Hex F8 0 7F 0 64 31 3 149 64 31
Octal 370 0 177 0 144 61 3 511 144 61
Binary 11111000 0 1111111 0 1100100 110001 11 101001001 1100100 110001

Color Harmonies of #F8007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8007F

Black with #F8007F

Text Example


Text Example

White with #F8007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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