Html Css Color HEX #F81B7F Deep Pink

📋 copy color: '#F81B7F'

red 248 ◦ green 27 ◦ blue 127

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

Shades of Deep Pink #F81B7F

Tints of Deep Pink #F81B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.72%

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

R = 61.69%
G = 6.72%
B = 31.59%

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

#F81B7F (or 0xF81B7F) is known color: Deep Pink. HEX triplet: F8, 1B and 7F. RGB value is (248,27,127). Sum of RGB (Red+Green+Blue) = 248+27+127=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B7F is #07E480. Grayscale: #686868. Windows color (decimal): -517249 or 8330232. OLE color: 8330232.

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

Color convert

RGB 248 27 127 -
CMYK 0 0.89 0.49 0.03
HSL 332.85º 0.94% 0.54% -
HSV(B) 332.85º 0.89% 0.97% -
XYZ 42.93 22.27 22.11 -
YUV 104.48 140.72 230.37 -
System Red Green Blue C M Y K H S L
Decimal 248 27 127 0 0.89 0.49 0.03 332.85 0.94 0.54
Hex F8 1B 7F 0 59 31 3 14D 5E 36
Octal 370 33 177 0 131 61 3 515 136 66
Binary 11111000 11011 1111111 0 1011001 110001 11 101001101 1011110 110110

Color Harmonies of #F81B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81B7F

Black with #F81B7F

Text Example


Text Example

White with #F81B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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