Html Css Color HEX #F9147F Deep Pink

📋 copy color: '#F9147F'

red 249 ◦ green 20 ◦ blue 127

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

Shades of Deep Pink #F9147F

Tints of Deep Pink #F9147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.05%

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

R = 62.88%
G = 5.05%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9147F (or 0xF9147F) is known color: Deep Pink. HEX triplet: F9, 14 and 7F. RGB value is (249,20,127). Sum of RGB (Red+Green+Blue) = 249+20+127=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F9147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9147F is #06EB80. Grayscale: #646464. Windows color (decimal): -453505 or 8328441. OLE color: 8328441.

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

Color convert

RGB 249 20 127 -
CMYK 0 0.92 0.49 0.02
HSL 331.97º 0.95% 0.53% -
HSV(B) 331.97º 0.92% 0.98% -
XYZ 43.15 22.17 22.08 -
YUV 100.67 142.87 233.8 -
System Red Green Blue C M Y K H S L
Decimal 249 20 127 0 0.92 0.49 0.02 331.97 0.95 0.53
Hex F9 14 7F 0 5C 31 2 14C 5F 35
Octal 371 24 177 0 134 61 2 514 137 65
Binary 11111001 10100 1111111 0 1011100 110001 10 101001100 1011111 110101

Color Harmonies of #F9147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9147F

Black with #F9147F

Text Example


Text Example

White with #F9147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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