Html Css Color HEX #FA64AF Hot Pink

📋 copy color: '#FA64AF'

red 250 ◦ green 100 ◦ blue 175

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

Shades of Hot Pink #FA64AF

Tints of Hot Pink #FA64AF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.05%

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

R = 47.62%
G = 19.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA64AF (or 0xFA64AF) is known color: Hot Pink. HEX triplet: FA, 64 and AF. RGB value is (250,100,175). Sum of RGB (Red+Green+Blue) = 250+100+175=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA64AF is #059B50. Grayscale: #999999. Windows color (decimal): -367441 or 11494650. OLE color: 11494650.

HSL color Cylindrical-coordinate representation of color #FA64AF: hue angle of 330º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64AF is Cyan = 0, Magento = 0.6, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 175 -
CMYK 0 0.6 0.3 0.02
HSL 330º 0.94% 0.69% -
HSV(B) 330º 0.6% 0.98% -
XYZ 51.72 32.53 44.11 -
YUV 153.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 250 100 175 0 0.6 0.3 0.02 330 0.94 0.69
Hex FA 64 AF 0 3C 1E 2 14A 5E 45
Octal 372 144 257 0 74 36 2 512 136 105
Binary 11111010 1100100 10101111 0 111100 11110 10 101001010 1011110 1000101

Color Harmonies of #FA64AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64AF

Black with #FA64AF

Text Example


Text Example

White with #FA64AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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