Html Css Color HEX #FA74AF Hot Pink

📋 copy color: '#FA74AF'

red 250 ◦ green 116 ◦ blue 175

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

Shades of Hot Pink #FA74AF

Tints of Hot Pink #FA74AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 46.21%
G = 21.44%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA74AF (or 0xFA74AF) is known color: Hot Pink. HEX triplet: FA, 74 and AF. RGB value is (250,116,175). Sum of RGB (Red+Green+Blue) = 250+116+175=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA74AF is #058B50. Grayscale: #A2A2A2. Windows color (decimal): -363345 or 11498746. OLE color: 11498746.

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

Color convert

RGB 250 116 175 -
CMYK 0 0.54 0.3 0.02
HSL 333.58º 0.93% 0.72% -
HSV(B) 333.58º 0.54% 0.98% -
XYZ 53.41 35.91 44.67 -
YUV 162.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 250 116 175 0 0.54 0.3 0.02 333.58 0.93 0.72
Hex FA 74 AF 0 36 1E 2 14E 5D 48
Octal 372 164 257 0 66 36 2 516 135 110
Binary 11111010 1110100 10101111 0 110110 11110 10 101001110 1011101 1001000

Color Harmonies of #FA74AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74AF

Black with #FA74AF

Text Example


Text Example

White with #FA74AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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