Html Css Color HEX #FA64BC Hot Pink

📋 copy color: '#FA64BC'

red 250 ◦ green 100 ◦ blue 188

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

Shades of Hot Pink #FA64BC

Tints of Hot Pink #FA64BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 46.47%
G = 18.59%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA64BC (or 0xFA64BC) is known color: Hot Pink. HEX triplet: FA, 64 and BC. RGB value is (250,100,188). Sum of RGB (Red+Green+Blue) = 250+100+188=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64BC is #059B43. Grayscale: #9A9A9A. Windows color (decimal): -367428 or 12346618. OLE color: 12346618.

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

Color convert

RGB 250 100 188 -
CMYK 0 0.6 0.25 0.02
HSL 324.8º 0.94% 0.69% -
HSV(B) 324.8º 0.6% 0.98% -
XYZ 53.06 33.07 51.16 -
YUV 154.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 250 100 188 0 0.6 0.25 0.02 324.8 0.94 0.69
Hex FA 64 BC 0 3C 19 2 145 5E 45
Octal 372 144 274 0 74 31 2 505 136 105
Binary 11111010 1100100 10111100 0 111100 11001 10 101000101 1011110 1000101

Color Harmonies of #FA64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64BC

Black with #FA64BC

Text Example


Text Example

White with #FA64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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