Html Css Color HEX #F9107F Deep Pink

📋 copy color: '#F9107F'

red 249 ◦ green 16 ◦ blue 127

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

Shades of Deep Pink #F9107F

Tints of Deep Pink #F9107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 63.52%
G = 4.08%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9107F (or 0xF9107F) is known color: Deep Pink. HEX triplet: F9, 10 and 7F. RGB value is (249,16,127). Sum of RGB (Red+Green+Blue) = 249+16+127=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9107F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9107F is #06EF80. Grayscale: #626262. Windows color (decimal): -454529 or 8327417. OLE color: 8327417.

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

Color convert

RGB 249 16 127 -
CMYK 0 0.94 0.49 0.02
HSL 331.42º 0.95% 0.52% -
HSV(B) 331.42º 0.94% 0.98% -
XYZ 43.08 22.04 22.06 -
YUV 98.32 144.19 235.47 -
System Red Green Blue C M Y K H S L
Decimal 249 16 127 0 0.94 0.49 0.02 331.42 0.95 0.52
Hex F9 10 7F 0 5E 31 2 14B 5F 34
Octal 371 20 177 0 136 61 2 513 137 64
Binary 11111001 10000 1111111 0 1011110 110001 10 101001011 1011111 110100

Color Harmonies of #F9107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9107F

Black with #F9107F

Text Example


Text Example

White with #F9107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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