Html Css Color HEX #F9257C Deep Pink

📋 copy color: '#F9257C'

red 249 ◦ green 37 ◦ blue 124

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

Shades of Deep Pink #F9257C

Tints of Deep Pink #F9257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 60.73%
G = 9.02%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9257C (or 0xF9257C) is known color: Deep Pink. HEX triplet: F9, 25 and 7C. RGB value is (249,37,124). Sum of RGB (Red+Green+Blue) = 249+37+124=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9257C is #06DA83. Grayscale: #6E6E6E. Windows color (decimal): -449156 or 8136185. OLE color: 8136185.

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

Color convert

RGB 249 37 124 -
CMYK 0 0.85 0.50 0.02
HSL 335.38º 0.95% 0.56% -
HSV(B) 335.38º 0.85% 0.98% -
XYZ 43.37 22.92 21.21 -
YUV 110.31 135.74 226.93 -
System Red Green Blue C M Y K H S L
Decimal 249 37 124 0 0.85 0.50 0.02 335.38 0.95 0.56
Hex F9 25 7C 0 55 32 2 14F 5F 38
Octal 371 45 174 0 125 62 2 517 137 70
Binary 11111001 100101 1111100 0 1010101 110010 10 101001111 1011111 111000

Color Harmonies of #F9257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9257C

Black with #F9257C

Text Example


Text Example

White with #F9257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9257C; }

 p { color: rgb(249,37,124); }

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

background-color css

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

 a { background-color: rgb(249,37,124); }

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

border-color css

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

 span { border-color: rgb(249,37,124); }

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