Html Css Color HEX #F92093 Deep Pink

📋 copy color: '#F92093'

red 249 ◦ green 32 ◦ blue 147

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

Shades of Deep Pink #F92093

Tints of Deep Pink #F92093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.48%

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 58.18%
G = 7.48%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F92093 (or 0xF92093) is known color: Deep Pink. HEX triplet: F9, 20 and 93. RGB value is (249,32,147). Sum of RGB (Red+Green+Blue) = 249+32+147=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F92093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92093 is #06DF6C. Grayscale: #6D6D6D. Windows color (decimal): -450413 or 9642233. OLE color: 9642233.

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

Color convert

RGB 249 32 147 -
CMYK 0 0.87 0.41 0.02
HSL 328.2º 0.95% 0.55% -
HSV(B) 328.2º 0.87% 0.98% -
XYZ 44.85 23.28 29.73 -
YUV 109.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 249 32 147 0 0.87 0.41 0.02 328.2 0.95 0.55
Hex F9 20 93 0 57 29 2 148 5F 37
Octal 371 40 223 0 127 51 2 510 137 67
Binary 11111001 100000 10010011 0 1010111 101001 10 101001000 1011111 110111

Color Harmonies of #F92093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92093

Black with #F92093

Text Example


Text Example

White with #F92093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92093; }

 p { color: rgb(249,32,147); }

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

background-color css

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

 a { background-color: rgb(249,32,147); }

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

border-color css

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

 span { border-color: rgb(249,32,147); }

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