Html Css Color HEX #F81C7F Deep Pink

📋 copy color: '#F81C7F'

red 248 ◦ green 28 ◦ blue 127

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

Shades of Deep Pink #F81C7F

Tints of Deep Pink #F81C7F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.95%

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

R = 61.54%
G = 6.95%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F81C7F (or 0xF81C7F) is known color: Deep Pink. HEX triplet: F8, 1C and 7F. RGB value is (248,28,127). Sum of RGB (Red+Green+Blue) = 248+28+127=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C7F is #07E380. Grayscale: #686868. Windows color (decimal): -516993 or 8330488. OLE color: 8330488.

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

Color convert

RGB 248 28 127 -
CMYK 0 0.89 0.49 0.03
HSL 333º 0.94% 0.54% -
HSV(B) 333º 0.89% 0.97% -
XYZ 42.96 22.32 22.12 -
YUV 105.07 140.39 229.95 -
System Red Green Blue C M Y K H S L
Decimal 248 28 127 0 0.89 0.49 0.03 333 0.94 0.54
Hex F8 1C 7F 0 59 31 3 14D 5E 36
Octal 370 34 177 0 131 61 3 515 136 66
Binary 11111000 11100 1111111 0 1011001 110001 11 101001101 1011110 110110

Color Harmonies of #F81C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C7F

Black with #F81C7F

Text Example


Text Example

White with #F81C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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