Html Css Color HEX #F81781 Deep Pink

📋 copy color: '#F81781'

red 248 ◦ green 23 ◦ blue 129

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

Shades of Deep Pink #F81781

Tints of Deep Pink #F81781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.75%

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 62%
G = 5.75%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F81781 (or 0xF81781) is known color: Deep Pink. HEX triplet: F8, 17 and 81. RGB value is (248,23,129). Sum of RGB (Red+Green+Blue) = 248+23+129=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F81781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81781 is #07E87E. Grayscale: #666666. Windows color (decimal): -518271 or 8460280. OLE color: 8460280.

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

Color convert

RGB 248 23 129 -
CMYK 0 0.91 0.48 0.03
HSL 331.73º 0.94% 0.53% -
HSV(B) 331.73º 0.91% 0.97% -
XYZ 42.98 22.15 22.78 -
YUV 102.36 143.04 231.88 -
System Red Green Blue C M Y K H S L
Decimal 248 23 129 0 0.91 0.48 0.03 331.73 0.94 0.53
Hex F8 17 81 0 5B 30 3 14C 5E 35
Octal 370 27 201 0 133 60 3 514 136 65
Binary 11111000 10111 10000001 0 1011011 110000 11 101001100 1011110 110101

Color Harmonies of #F81781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81781

Black with #F81781

Text Example


Text Example

White with #F81781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81781; }

 p { color: rgb(248,23,129); }

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

background-color css

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

 a { background-color: rgb(248,23,129); }

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

border-color css

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

 span { border-color: rgb(248,23,129); }

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