Html Css Color HEX #F9117A Deep Pink

📋 copy color: '#F9117A'

red 249 ◦ green 17 ◦ blue 122

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

Shades of Deep Pink #F9117A

Tints of Deep Pink #F9117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.38%

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 64.18%
G = 4.38%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9117A (or 0xF9117A) is known color: Deep Pink. HEX triplet: F9, 11 and 7A. RGB value is (249,17,122). Sum of RGB (Red+Green+Blue) = 249+17+122=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F9117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9117A is #06EE85. Grayscale: #626262. Windows color (decimal): -454278 or 7999993. OLE color: 7999993.

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

Color convert

RGB 249 17 122 -
CMYK 0 0.93 0.51 0.02
HSL 332.84º 0.95% 0.52% -
HSV(B) 332.84º 0.93% 0.98% -
XYZ 42.78 21.95 20.39 -
YUV 98.34 141.36 235.46 -
System Red Green Blue C M Y K H S L
Decimal 249 17 122 0 0.93 0.51 0.02 332.84 0.95 0.52
Hex F9 11 7A 0 5D 33 2 14D 5F 34
Octal 371 21 172 0 135 63 2 515 137 64
Binary 11111001 10001 1111010 0 1011101 110011 10 101001101 1011111 110100

Color Harmonies of #F9117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9117A

Black with #F9117A

Text Example


Text Example

White with #F9117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9117A; }

 p { color: rgb(249,17,122); }

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

background-color css

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

 a { background-color: rgb(249,17,122); }

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

border-color css

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

 span { border-color: rgb(249,17,122); }

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