Html Css Color HEX #FA1474 Deep Pink

📋 copy color: '#FA1474'

red 250 ◦ green 20 ◦ blue 116

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

Shades of Deep Pink #FA1474

Tints of Deep Pink #FA1474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 64.77%
G = 5.18%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA1474 (or 0xFA1474) is known color: Deep Pink. HEX triplet: FA, 14 and 74. RGB value is (250,20,116). Sum of RGB (Red+Green+Blue) = 250+20+116=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1474 is #05EB8B. Grayscale: #636363. Windows color (decimal): -387980 or 7607546. OLE color: 7607546.

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

Color convert

RGB 250 20 116 -
CMYK 0 0.92 0.54 0.02
HSL 334.96º 0.96% 0.53% -
HSV(B) 334.96º 0.92% 0.98% -
XYZ 42.83 22.09 18.53 -
YUV 99.71 137.2 235.19 -
System Red Green Blue C M Y K H S L
Decimal 250 20 116 0 0.92 0.54 0.02 334.96 0.96 0.53
Hex FA 14 74 0 5C 36 2 14F 60 35
Octal 372 24 164 0 134 66 2 517 140 65
Binary 11111010 10100 1110100 0 1011100 110110 10 101001111 1100000 110101

Color Harmonies of #FA1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1474

Black with #FA1474

Text Example


Text Example

White with #FA1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1474; }

 p { color: rgb(250,20,116); }

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

background-color css

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

 a { background-color: rgb(250,20,116); }

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

border-color css

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

 span { border-color: rgb(250,20,116); }

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