Html Css Color HEX #F9237D Deep Pink

📋 copy color: '#F9237D'

red 249 ◦ green 35 ◦ blue 125

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

Shades of Deep Pink #F9237D

Tints of Deep Pink #F9237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 60.88%
G = 8.56%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9237D (or 0xF9237D) is known color: Deep Pink. HEX triplet: F9, 23 and 7D. RGB value is (249,35,125). Sum of RGB (Red+Green+Blue) = 249+35+125=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9237D is #06DC82. Grayscale: #6D6D6D. Windows color (decimal): -449667 or 8201209. OLE color: 8201209.

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

Color convert

RGB 249 35 125 -
CMYK 0 0.86 0.50 0.02
HSL 334.77º 0.95% 0.56% -
HSV(B) 334.77º 0.86% 0.98% -
XYZ 43.37 22.82 21.52 -
YUV 109.25 136.9 227.68 -
System Red Green Blue C M Y K H S L
Decimal 249 35 125 0 0.86 0.50 0.02 334.77 0.95 0.56
Hex F9 23 7D 0 56 32 2 14F 5F 38
Octal 371 43 175 0 126 62 2 517 137 70
Binary 11111001 100011 1111101 0 1010110 110010 10 101001111 1011111 111000

Color Harmonies of #F9237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9237D

Black with #F9237D

Text Example


Text Example

White with #F9237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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