Html Css Color HEX #F9247F Deep Pink

📋 copy color: '#F9247F'

red 249 ◦ green 36 ◦ blue 127

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

Shades of Deep Pink #F9247F

Tints of Deep Pink #F9247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.74%

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

R = 60.44%
G = 8.74%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9247F (or 0xF9247F) is known color: Deep Pink. HEX triplet: F9, 24 and 7F. RGB value is (249,36,127). Sum of RGB (Red+Green+Blue) = 249+36+127=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9247F is #06DB80. Grayscale: #6D6D6D. Windows color (decimal): -449409 or 8332537. OLE color: 8332537.

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

Color convert

RGB 249 36 127 -
CMYK 0 0.86 0.49 0.02
HSL 334.37º 0.95% 0.56% -
HSV(B) 334.37º 0.86% 0.98% -
XYZ 43.53 22.93 22.21 -
YUV 110.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 249 36 127 0 0.86 0.49 0.02 334.37 0.95 0.56
Hex F9 24 7F 0 56 31 2 14E 5F 38
Octal 371 44 177 0 126 61 2 516 137 70
Binary 11111001 100100 1111111 0 1010110 110001 10 101001110 1011111 111000

Color Harmonies of #F9247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9247F

Black with #F9247F

Text Example


Text Example

White with #F9247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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