Html Css Color HEX #F92385 Deep Pink

📋 copy color: '#F92385'

red 249 ◦ green 35 ◦ blue 133

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

Shades of Deep Pink #F92385

Tints of Deep Pink #F92385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.39%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 59.71%
G = 8.39%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F92385 (or 0xF92385) is known color: Deep Pink. HEX triplet: F9, 23 and 85. RGB value is (249,35,133). Sum of RGB (Red+Green+Blue) = 249+35+133=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F92385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92385 is #06DC7A. Grayscale: #6D6D6D. Windows color (decimal): -449659 or 8725497. OLE color: 8725497.

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

Color convert

RGB 249 35 133 -
CMYK 0 0.86 0.47 0.02
HSL 332.52º 0.95% 0.56% -
HSV(B) 332.52º 0.86% 0.98% -
XYZ 43.9 23.04 24.32 -
YUV 110.16 140.9 227.03 -
System Red Green Blue C M Y K H S L
Decimal 249 35 133 0 0.86 0.47 0.02 332.52 0.95 0.56
Hex F9 23 85 0 56 2F 2 14D 5F 38
Octal 371 43 205 0 126 57 2 515 137 70
Binary 11111001 100011 10000101 0 1010110 101111 10 101001101 1011111 111000

Color Harmonies of #F92385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92385

Black with #F92385

Text Example


Text Example

White with #F92385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92385; }

 p { color: rgb(249,35,133); }

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

background-color css

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

 a { background-color: rgb(249,35,133); }

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

border-color css

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

 span { border-color: rgb(249,35,133); }

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