Html Css Color HEX #F9107D Deep Pink

📋 copy color: '#F9107D'

red 249 ◦ green 16 ◦ blue 125

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

Shades of Deep Pink #F9107D

Tints of Deep Pink #F9107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.1%

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

R = 63.85%
G = 4.1%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9107D (or 0xF9107D) is known color: Deep Pink. HEX triplet: F9, 10 and 7D. RGB value is (249,16,125). Sum of RGB (Red+Green+Blue) = 249+16+125=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9107D is #06EF82. Grayscale: #616161. Windows color (decimal): -454531 or 8196345. OLE color: 8196345.

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

Color convert

RGB 249 16 125 -
CMYK 0 0.94 0.50 0.02
HSL 331.93º 0.95% 0.52% -
HSV(B) 331.93º 0.94% 0.98% -
XYZ 42.95 21.99 21.38 -
YUV 98.09 143.19 235.64 -
System Red Green Blue C M Y K H S L
Decimal 249 16 125 0 0.94 0.50 0.02 331.93 0.95 0.52
Hex F9 10 7D 0 5E 32 2 14C 5F 34
Octal 371 20 175 0 136 62 2 514 137 64
Binary 11111001 10000 1111101 0 1011110 110010 10 101001100 1011111 110100

Color Harmonies of #F9107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9107D

Black with #F9107D

Text Example


Text Example

White with #F9107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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