Html Css Color HEX #FA247F Deep Pink

📋 copy color: '#FA247F'

red 250 ◦ green 36 ◦ blue 127

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

Shades of Deep Pink #FA247F

Tints of Deep Pink #FA247F

RGB

 RED value IS 250 (98.05% from 255) = 60.53%

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

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

R = 60.53%
G = 8.72%
B = 30.75%

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

#FA247F (or 0xFA247F) is known color: Deep Pink. HEX triplet: FA, 24 and 7F. RGB value is (250,36,127). Sum of RGB (Red+Green+Blue) = 250+36+127=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA247F is #05DB80. Grayscale: #6E6E6E. Windows color (decimal): -383873 or 8332538. OLE color: 8332538.

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

Color convert

RGB 250 36 127 -
CMYK 0 0.86 0.49 0.02
HSL 334.49º 0.96% 0.56% -
HSV(B) 334.49º 0.86% 0.98% -
XYZ 43.89 23.12 22.23 -
YUV 110.36 137.4 227.6 -
System Red Green Blue C M Y K H S L
Decimal 250 36 127 0 0.86 0.49 0.02 334.49 0.96 0.56
Hex FA 24 7F 0 56 31 2 14E 60 38
Octal 372 44 177 0 126 61 2 516 140 70
Binary 11111010 100100 1111111 0 1010110 110001 10 101001110 1100000 111000

Color Harmonies of #FA247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA247F

Black with #FA247F

Text Example


Text Example

White with #FA247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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