Html Css Color HEX #FA74B5 Hot Pink

📋 copy color: '#FA74B5'

red 250 ◦ green 116 ◦ blue 181

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

Shades of Hot Pink #FA74B5

Tints of Hot Pink #FA74B5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.21%

 BLUE value IS 181 (71.09% from 255) = 33.09%

R = 45.7%
G = 21.21%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA74B5 (or 0xFA74B5) is known color: Hot Pink. HEX triplet: FA, 74 and B5. RGB value is (250,116,181). Sum of RGB (Red+Green+Blue) = 250+116+181=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74B5 is #058B4A. Grayscale: #A3A3A3. Windows color (decimal): -363339 or 11891962. OLE color: 11891962.

HSL color Cylindrical-coordinate representation of color #FA74B5: hue angle of 330.9º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74B5 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 181 -
CMYK 0 0.54 0.28 0.02
HSL 330.9º 0.93% 0.72% -
HSV(B) 330.9º 0.54% 0.98% -
XYZ 54.01 36.15 47.85 -
YUV 163.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 250 116 181 0 0.54 0.28 0.02 330.9 0.93 0.72
Hex FA 74 B5 0 36 1C 2 14B 5D 48
Octal 372 164 265 0 66 34 2 513 135 110
Binary 11111010 1110100 10110101 0 110110 11100 10 101001011 1011101 1001000

Color Harmonies of #FA74B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74B5

Black with #FA74B5

Text Example


Text Example

White with #FA74B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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