Html Css Color HEX #F92184 Deep Pink

📋 copy color: '#F92184'

red 249 ◦ green 33 ◦ blue 132

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

Shades of Deep Pink #F92184

Tints of Deep Pink #F92184

RGB

 RED value IS 249 (97.66% from 255) = 60.14%

 GREEN value IS 33 (13.28% from 255) = 7.97%

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

R = 60.14%
G = 7.97%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F92184 (or 0xF92184) is known color: Deep Pink. HEX triplet: F9, 21 and 84. RGB value is (249,33,132). Sum of RGB (Red+Green+Blue) = 249+33+132=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F92184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92184 is #06DE7B. Grayscale: #6C6C6C. Windows color (decimal): -450172 or 8659449. OLE color: 8659449.

HSL color Cylindrical-coordinate representation of color #F92184: hue angle of 332.5º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92184 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 33 132 -
CMYK 0 0.87 0.47 0.02
HSL 332.5º 0.95% 0.55% -
HSV(B) 332.5º 0.87% 0.98% -
XYZ 43.78 22.89 23.94 -
YUV 108.87 141.06 227.95 -
System Red Green Blue C M Y K H S L
Decimal 249 33 132 0 0.87 0.47 0.02 332.5 0.95 0.55
Hex F9 21 84 0 57 2F 2 14C 5F 37
Octal 371 41 204 0 127 57 2 514 137 67
Binary 11111001 100001 10000100 0 1010111 101111 10 101001100 1011111 110111

Color Harmonies of #F92184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92184

Black with #F92184

Text Example


Text Example

White with #F92184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92184; }

 p { color: rgb(249,33,132); }

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

background-color css

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

 a { background-color: rgb(249,33,132); }

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

border-color css

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

 span { border-color: rgb(249,33,132); }

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