Html Css Color HEX #F9057D Deep Pink

📋 copy color: '#F9057D'

red 249 ◦ green 5 ◦ blue 125

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

Shades of Deep Pink #F9057D

Tints of Deep Pink #F9057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 65.7%
G = 1.32%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9057D (or 0xF9057D) is known color: Deep Pink. HEX triplet: F9, 05 and 7D. RGB value is (249,5,125). Sum of RGB (Red+Green+Blue) = 249+5+125=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9057D is #06FA82. Grayscale: #5B5B5B. Windows color (decimal): -457347 or 8193529. OLE color: 8193529.

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

Color convert

RGB 249 5 125 -
CMYK 0 0.98 0.50 0.02
HSL 330.49º 0.96% 0.5% -
HSV(B) 330.49º 0.98% 0.98% -
XYZ 42.82 21.73 21.34 -
YUV 91.64 146.84 240.24 -
System Red Green Blue C M Y K H S L
Decimal 249 5 125 0 0.98 0.50 0.02 330.49 0.96 0.5
Hex F9 5 7D 0 62 32 2 14A 60 32
Octal 371 5 175 0 142 62 2 512 140 62
Binary 11111001 101 1111101 0 1100010 110010 10 101001010 1100000 110010

Color Harmonies of #F9057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9057D

Black with #F9057D

Text Example


Text Example

White with #F9057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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