Html Css Color HEX #FA66BC Hot Pink

📋 copy color: '#FA66BC'

red 250 ◦ green 102 ◦ blue 188

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

Shades of Hot Pink #FA66BC

Tints of Hot Pink #FA66BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.89%

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

R = 46.3%
G = 18.89%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA66BC (or 0xFA66BC) is known color: Hot Pink. HEX triplet: FA, 66 and BC. RGB value is (250,102,188). Sum of RGB (Red+Green+Blue) = 250+102+188=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66BC is #059943. Grayscale: #9B9B9B. Windows color (decimal): -366916 or 12347130. OLE color: 12347130.

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

Color convert

RGB 250 102 188 -
CMYK 0 0.59 0.25 0.02
HSL 325.14º 0.94% 0.69% -
HSV(B) 325.14º 0.59% 0.98% -
XYZ 53.25 33.46 51.23 -
YUV 156.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 250 102 188 0 0.59 0.25 0.02 325.14 0.94 0.69
Hex FA 66 BC 0 3B 19 2 145 5E 45
Octal 372 146 274 0 73 31 2 505 136 105
Binary 11111010 1100110 10111100 0 111011 11001 10 101000101 1011110 1000101

Color Harmonies of #FA66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66BC

Black with #FA66BC

Text Example


Text Example

White with #FA66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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