Html Css Color HEX #F9237E Deep Pink

📋 copy color: '#F9237E'

red 249 ◦ green 35 ◦ blue 126

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

Shades of Deep Pink #F9237E

Tints of Deep Pink #F9237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.73%

R = 60.73%
G = 8.54%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9237E (or 0xF9237E) is known color: Deep Pink. HEX triplet: F9, 23 and 7E. RGB value is (249,35,126). Sum of RGB (Red+Green+Blue) = 249+35+126=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9237E is #06DC81. Grayscale: #6D6D6D. Windows color (decimal): -449666 or 8266745. OLE color: 8266745.

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

Color convert

RGB 249 35 126 -
CMYK 0 0.86 0.49 0.02
HSL 334.49º 0.95% 0.56% -
HSV(B) 334.49º 0.86% 0.98% -
XYZ 43.43 22.85 21.86 -
YUV 109.36 137.4 227.6 -
System Red Green Blue C M Y K H S L
Decimal 249 35 126 0 0.86 0.49 0.02 334.49 0.95 0.56
Hex F9 23 7E 0 56 31 2 14E 5F 38
Octal 371 43 176 0 126 61 2 516 137 70
Binary 11111001 100011 1111110 0 1010110 110001 10 101001110 1011111 111000

Color Harmonies of #F9237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9237E

Black with #F9237E

Text Example


Text Example

White with #F9237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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