Html Css Color HEX #F81A7F Deep Pink

📋 copy color: '#F81A7F'

red 248 ◦ green 26 ◦ blue 127

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

Shades of Deep Pink #F81A7F

Tints of Deep Pink #F81A7F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.48%

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

R = 61.85%
G = 6.48%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F81A7F (or 0xF81A7F) is known color: Deep Pink. HEX triplet: F8, 1A and 7F. RGB value is (248,26,127). Sum of RGB (Red+Green+Blue) = 248+26+127=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81A7F is #07E580. Grayscale: #676767. Windows color (decimal): -517505 or 8329976. OLE color: 8329976.

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

Color convert

RGB 248 26 127 -
CMYK 0 0.90 0.49 0.03
HSL 332.7º 0.94% 0.54% -
HSV(B) 332.7º 0.9% 0.97% -
XYZ 42.91 22.23 22.11 -
YUV 103.89 141.05 230.79 -
System Red Green Blue C M Y K H S L
Decimal 248 26 127 0 0.90 0.49 0.03 332.7 0.94 0.54
Hex F8 1A 7F 0 5A 31 3 14D 5E 36
Octal 370 32 177 0 132 61 3 515 136 66
Binary 11111000 11010 1111111 0 1011010 110001 11 101001101 1011110 110110

Color Harmonies of #F81A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81A7F

Black with #F81A7F

Text Example


Text Example

White with #F81A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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