Html Css Color HEX #F92180 Deep Pink

📋 copy color: '#F92180'

red 249 ◦ green 33 ◦ blue 128

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

Shades of Deep Pink #F92180

Tints of Deep Pink #F92180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.22%

R = 60.73%
G = 8.05%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F92180 (or 0xF92180) is known color: Deep Pink. HEX triplet: F9, 21 and 80. RGB value is (249,33,128). Sum of RGB (Red+Green+Blue) = 249+33+128=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F92180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92180 is #06DE7F. Grayscale: #6C6C6C. Windows color (decimal): -450176 or 8397305. OLE color: 8397305.

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

Color convert

RGB 249 33 128 -
CMYK 0 0.87 0.49 0.02
HSL 333.61º 0.95% 0.55% -
HSV(B) 333.61º 0.87% 0.98% -
XYZ 43.51 22.79 22.53 -
YUV 108.41 139.06 228.28 -
System Red Green Blue C M Y K H S L
Decimal 249 33 128 0 0.87 0.49 0.02 333.61 0.95 0.55
Hex F9 21 80 0 57 31 2 14E 5F 37
Octal 371 41 200 0 127 61 2 516 137 67
Binary 11111001 100001 10000000 0 1010111 110001 10 101001110 1011111 110111

Color Harmonies of #F92180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92180

Black with #F92180

Text Example


Text Example

White with #F92180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92180; }

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

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

background-color css

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

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

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

border-color css

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

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

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