Html Css Color HEX #F9057B Deep Pink

📋 copy color: '#F9057B'

red 249 ◦ green 5 ◦ blue 123

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

Shades of Deep Pink #F9057B

Tints of Deep Pink #F9057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 66.05%
G = 1.33%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9057B (or 0xF9057B) is known color: Deep Pink. HEX triplet: F9, 05 and 7B. RGB value is (249,5,123). Sum of RGB (Red+Green+Blue) = 249+5+123=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9057B is #06FA84. Grayscale: #5B5B5B. Windows color (decimal): -457349 or 8062457. OLE color: 8062457.

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

Color convert

RGB 249 5 123 -
CMYK 0 0.98 0.51 0.02
HSL 330.98º 0.96% 0.5% -
HSV(B) 330.98º 0.98% 0.98% -
XYZ 42.7 21.68 20.67 -
YUV 91.41 145.84 240.41 -
System Red Green Blue C M Y K H S L
Decimal 249 5 123 0 0.98 0.51 0.02 330.98 0.96 0.5
Hex F9 5 7B 0 62 33 2 14B 60 32
Octal 371 5 173 0 142 63 2 513 140 62
Binary 11111001 101 1111011 0 1100010 110011 10 101001011 1100000 110010

Color Harmonies of #F9057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9057B

Black with #F9057B

Text Example


Text Example

White with #F9057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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