Html Css Color HEX #FA65B0 Hot Pink

📋 copy color: '#FA65B0'

red 250 ◦ green 101 ◦ blue 176

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

Shades of Hot Pink #FA65B0

Tints of Hot Pink #FA65B0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.17%

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

R = 47.44%
G = 19.17%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA65B0 (or 0xFA65B0) is known color: Hot Pink. HEX triplet: FA, 65 and B0. RGB value is (250,101,176). Sum of RGB (Red+Green+Blue) = 250+101+176=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA65B0 is #059A4F. Grayscale: #999999. Windows color (decimal): -367184 or 11560442. OLE color: 11560442.

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

Color convert

RGB 250 101 176 -
CMYK 0 0.60 0.30 0.02
HSL 329.8º 0.94% 0.69% -
HSV(B) 329.8º 0.6% 0.98% -
XYZ 51.91 32.77 44.66 -
YUV 154.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 250 101 176 0 0.60 0.30 0.02 329.8 0.94 0.69
Hex FA 65 B0 0 3C 1E 2 14A 5E 45
Octal 372 145 260 0 74 36 2 512 136 105
Binary 11111010 1100101 10110000 0 111100 11110 10 101001010 1011110 1000101

Color Harmonies of #FA65B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65B0

Black with #FA65B0

Text Example


Text Example

White with #FA65B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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