Html Css Color HEX #FA64B0 Hot Pink

📋 copy color: '#FA64B0'

red 250 ◦ green 100 ◦ blue 176

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

Shades of Hot Pink #FA64B0

Tints of Hot Pink #FA64B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 47.53%
G = 19.01%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA64B0 (or 0xFA64B0) is known color: Hot Pink. HEX triplet: FA, 64 and B0. RGB value is (250,100,176). Sum of RGB (Red+Green+Blue) = 250+100+176=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA64B0 is #059B4F. Grayscale: #999999. Windows color (decimal): -367440 or 11560186. OLE color: 11560186.

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

Color convert

RGB 250 100 176 -
CMYK 0 0.6 0.30 0.02
HSL 329.6º 0.94% 0.69% -
HSV(B) 329.6º 0.6% 0.98% -
XYZ 51.82 32.57 44.63 -
YUV 153.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 250 100 176 0 0.6 0.30 0.02 329.6 0.94 0.69
Hex FA 64 B0 0 3C 1E 2 14A 5E 45
Octal 372 144 260 0 74 36 2 512 136 105
Binary 11111010 1100100 10110000 0 111100 11110 10 101001010 1011110 1000101

Color Harmonies of #FA64B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64B0

Black with #FA64B0

Text Example


Text Example

White with #FA64B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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