Html Css Color HEX #FA257A Deep Pink

📋 copy color: '#FA257A'

red 250 ◦ green 37 ◦ blue 122

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

Shades of Deep Pink #FA257A

Tints of Deep Pink #FA257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 61.12%
G = 9.05%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA257A (or 0xFA257A) is known color: Deep Pink. HEX triplet: FA, 25 and 7A. RGB value is (250,37,122). Sum of RGB (Red+Green+Blue) = 250+37+122=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA257A is #05DA85. Grayscale: #6E6E6E. Windows color (decimal): -383622 or 8005114. OLE color: 8005114.

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

Color convert

RGB 250 37 122 -
CMYK 0 0.85 0.51 0.02
HSL 336.06º 0.96% 0.56% -
HSV(B) 336.06º 0.85% 0.98% -
XYZ 43.6 23.05 20.56 -
YUV 110.38 134.57 227.59 -
System Red Green Blue C M Y K H S L
Decimal 250 37 122 0 0.85 0.51 0.02 336.06 0.96 0.56
Hex FA 25 7A 0 55 33 2 150 60 38
Octal 372 45 172 0 125 63 2 520 140 70
Binary 11111010 100101 1111010 0 1010101 110011 10 101010000 1100000 111000

Color Harmonies of #FA257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA257A

Black with #FA257A

Text Example


Text Example

White with #FA257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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