Html Css Color HEX #FA1575 Deep Pink

📋 copy color: '#FA1575'

red 250 ◦ green 21 ◦ blue 117

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

Shades of Deep Pink #FA1575

Tints of Deep Pink #FA1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.41%

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 64.43%
G = 5.41%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA1575 (or 0xFA1575) is known color: Deep Pink. HEX triplet: FA, 15 and 75. RGB value is (250,21,117). Sum of RGB (Red+Green+Blue) = 250+21+117=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1575 is #05EA8A. Grayscale: #646464. Windows color (decimal): -387723 or 7673338. OLE color: 7673338.

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

Color convert

RGB 250 21 117 -
CMYK 0 0.92 0.53 0.02
HSL 334.85º 0.96% 0.53% -
HSV(B) 334.85º 0.92% 0.98% -
XYZ 42.9 22.14 18.84 -
YUV 100.42 137.37 234.69 -
System Red Green Blue C M Y K H S L
Decimal 250 21 117 0 0.92 0.53 0.02 334.85 0.96 0.53
Hex FA 15 75 0 5C 35 2 14F 60 35
Octal 372 25 165 0 134 65 2 517 140 65
Binary 11111010 10101 1110101 0 1011100 110101 10 101001111 1100000 110101

Color Harmonies of #FA1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1575

Black with #FA1575

Text Example


Text Example

White with #FA1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1575; }

 p { color: rgb(250,21,117); }

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

background-color css

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

 a { background-color: rgb(250,21,117); }

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

border-color css

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

 span { border-color: rgb(250,21,117); }

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