Html Css Color HEX #FA6FBA Hot Pink

📋 copy color: '#FA6FBA'

red 250 ◦ green 111 ◦ blue 186

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

Shades of Hot Pink #FA6FBA

Tints of Hot Pink #FA6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.29%

 BLUE value IS 186 (73.05% from 255) = 34%

R = 45.7%
G = 20.29%
B = 34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA6FBA (or 0xFA6FBA) is known color: Hot Pink. HEX triplet: FA, 6F and BA. RGB value is (250,111,186). Sum of RGB (Red+Green+Blue) = 250+111+186=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FBA is #059045. Grayscale: #A0A0A0. Windows color (decimal): -364614 or 12218362. OLE color: 12218362.

HSL color Cylindrical-coordinate representation of color #FA6FBA: hue angle of 327.63º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FBA is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 111 186 -
CMYK 0 0.56 0.26 0.02
HSL 327.63º 0.93% 0.71% -
HSV(B) 327.63º 0.56% 0.98% -
XYZ 53.97 35.24 50.41 -
YUV 161.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 250 111 186 0 0.56 0.26 0.02 327.63 0.93 0.71
Hex FA 6F BA 0 38 1A 2 148 5D 47
Octal 372 157 272 0 70 32 2 510 135 107
Binary 11111010 1101111 10111010 0 111000 11010 10 101001000 1011101 1000111

Color Harmonies of #FA6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FBA

Black with #FA6FBA

Text Example


Text Example

White with #FA6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FBA; }

 p { color: rgb(250,111,186); }

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

background-color css

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

 a { background-color: rgb(250,111,186); }

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

border-color css

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

 span { border-color: rgb(250,111,186); }

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