Html Css Color HEX #F81C7D Deep Pink

📋 copy color: '#F81C7D'

red 248 ◦ green 28 ◦ blue 125

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

Shades of Deep Pink #F81C7D

Tints of Deep Pink #F81C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 61.85%
G = 6.98%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F81C7D (or 0xF81C7D) is known color: Deep Pink. HEX triplet: F8, 1C and 7D. RGB value is (248,28,125). Sum of RGB (Red+Green+Blue) = 248+28+125=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C7D is #07E382. Grayscale: #686868. Windows color (decimal): -516995 or 8199416. OLE color: 8199416.

HSL color Cylindrical-coordinate representation of color #F81C7D: hue angle of 333.55º 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 #F81C7D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 28 125 -
CMYK 0 0.89 0.50 0.03
HSL 333.55º 0.94% 0.54% -
HSV(B) 333.55º 0.89% 0.97% -
XYZ 42.83 22.27 21.44 -
YUV 104.84 139.39 230.11 -
System Red Green Blue C M Y K H S L
Decimal 248 28 125 0 0.89 0.50 0.03 333.55 0.94 0.54
Hex F8 1C 7D 0 59 32 3 14E 5E 36
Octal 370 34 175 0 131 62 3 516 136 66
Binary 11111000 11100 1111101 0 1011001 110010 11 101001110 1011110 110110

Color Harmonies of #F81C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C7D

Black with #F81C7D

Text Example


Text Example

White with #F81C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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