Html Css Color HEX #FA137F Deep Pink

📋 copy color: '#FA137F'

red 250 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #FA137F

Tints of Deep Pink #FA137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.8%

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

R = 63.13%
G = 4.8%
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

#FA137F (or 0xFA137F) is known color: Deep Pink. HEX triplet: FA, 13 and 7F. RGB value is (250,19,127). Sum of RGB (Red+Green+Blue) = 250+19+127=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA137F is #05EC80. Grayscale: #646464. Windows color (decimal): -388225 or 8328186. OLE color: 8328186.

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

Color convert

RGB 250 19 127 -
CMYK 0 0.92 0.49 0.02
HSL 331.95º 0.96% 0.53% -
HSV(B) 331.95º 0.92% 0.98% -
XYZ 43.49 22.32 22.1 -
YUV 100.38 143.03 234.72 -
System Red Green Blue C M Y K H S L
Decimal 250 19 127 0 0.92 0.49 0.02 331.95 0.96 0.53
Hex FA 13 7F 0 5C 31 2 14C 60 35
Octal 372 23 177 0 134 61 2 514 140 65
Binary 11111010 10011 1111111 0 1011100 110001 10 101001100 1100000 110101

Color Harmonies of #FA137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA137F

Black with #FA137F

Text Example


Text Example

White with #FA137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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