Html Css Color HEX #F81884 Deep Pink

📋 copy color: '#F81884'

red 248 ◦ green 24 ◦ blue 132

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

Shades of Deep Pink #F81884

Tints of Deep Pink #F81884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.94%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 61.39%
G = 5.94%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F81884 (or 0xF81884) is known color: Deep Pink. HEX triplet: F8, 18 and 84. RGB value is (248,24,132). Sum of RGB (Red+Green+Blue) = 248+24+132=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F81884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81884 is #07E77B. Grayscale: #676767. Windows color (decimal): -518012 or 8657144. OLE color: 8657144.

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

Color convert

RGB 248 24 132 -
CMYK 0 0.90 0.47 0.03
HSL 331.07º 0.94% 0.53% -
HSV(B) 331.07º 0.9% 0.97% -
XYZ 43.2 22.28 23.85 -
YUV 103.29 144.21 231.22 -
System Red Green Blue C M Y K H S L
Decimal 248 24 132 0 0.90 0.47 0.03 331.07 0.94 0.53
Hex F8 18 84 0 5A 2F 3 14B 5E 35
Octal 370 30 204 0 132 57 3 513 136 65
Binary 11111000 11000 10000100 0 1011010 101111 11 101001011 1011110 110101

Color Harmonies of #F81884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81884

Black with #F81884

Text Example


Text Example

White with #F81884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81884; }

 p { color: rgb(248,24,132); }

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

background-color css

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

 a { background-color: rgb(248,24,132); }

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

border-color css

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

 span { border-color: rgb(248,24,132); }

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