Html Css Color HEX #FA257D Deep Pink

📋 copy color: '#FA257D'

red 250 ◦ green 37 ◦ blue 125

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

Shades of Deep Pink #FA257D

Tints of Deep Pink #FA257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 60.68%
G = 8.98%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA257D (or 0xFA257D) is known color: Deep Pink. HEX triplet: FA, 25 and 7D. RGB value is (250,37,125). Sum of RGB (Red+Green+Blue) = 250+37+125=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA257D is #05DA82. Grayscale: #6E6E6E. Windows color (decimal): -383619 or 8201722. OLE color: 8201722.

HSL color Cylindrical-coordinate representation of color #FA257D: hue angle of 335.21º 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 #FA257D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 37 125 -
CMYK 0 0.85 0.50 0.02
HSL 335.21º 0.96% 0.56% -
HSV(B) 335.21º 0.85% 0.98% -
XYZ 43.79 23.13 21.56 -
YUV 110.72 136.07 227.34 -
System Red Green Blue C M Y K H S L
Decimal 250 37 125 0 0.85 0.50 0.02 335.21 0.96 0.56
Hex FA 25 7D 0 55 32 2 14F 60 38
Octal 372 45 175 0 125 62 2 517 140 70
Binary 11111010 100101 1111101 0 1010101 110010 10 101001111 1100000 111000

Color Harmonies of #FA257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA257D

Black with #FA257D

Text Example


Text Example

White with #FA257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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