Html Css Color HEX #FA257F Deep Pink

📋 copy color: '#FA257F'

red 250 ◦ green 37 ◦ blue 127

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

Shades of Deep Pink #FA257F

Tints of Deep Pink #FA257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.94%

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

R = 60.39%
G = 8.94%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA257F (or 0xFA257F) is known color: Deep Pink. HEX triplet: FA, 25 and 7F. RGB value is (250,37,127). Sum of RGB (Red+Green+Blue) = 250+37+127=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA257F is #05DA80. Grayscale: #6E6E6E. Windows color (decimal): -383617 or 8332794. OLE color: 8332794.

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

Color convert

RGB 250 37 127 -
CMYK 0 0.85 0.49 0.02
HSL 334.65º 0.96% 0.56% -
HSV(B) 334.65º 0.85% 0.98% -
XYZ 43.92 23.18 22.24 -
YUV 110.95 137.07 227.18 -
System Red Green Blue C M Y K H S L
Decimal 250 37 127 0 0.85 0.49 0.02 334.65 0.96 0.56
Hex FA 25 7F 0 55 31 2 14F 60 38
Octal 372 45 177 0 125 61 2 517 140 70
Binary 11111010 100101 1111111 0 1010101 110001 10 101001111 1100000 111000

Color Harmonies of #FA257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA257F

Black with #FA257F

Text Example


Text Example

White with #FA257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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