Html Css Color HEX #FA68BC Hot Pink

📋 copy color: '#FA68BC'

red 250 ◦ green 104 ◦ blue 188

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

Shades of Hot Pink #FA68BC

Tints of Hot Pink #FA68BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.19%

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

R = 46.13%
G = 19.19%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA68BC (or 0xFA68BC) is known color: Hot Pink. HEX triplet: FA, 68 and BC. RGB value is (250,104,188). Sum of RGB (Red+Green+Blue) = 250+104+188=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68BC is #059743. Grayscale: #9D9D9D. Windows color (decimal): -366404 or 12347642. OLE color: 12347642.

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

Color convert

RGB 250 104 188 -
CMYK 0 0.58 0.25 0.02
HSL 325.48º 0.94% 0.69% -
HSV(B) 325.48º 0.58% 0.98% -
XYZ 53.45 33.86 51.29 -
YUV 157.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 250 104 188 0 0.58 0.25 0.02 325.48 0.94 0.69
Hex FA 68 BC 0 3A 19 2 145 5E 45
Octal 372 150 274 0 72 31 2 505 136 105
Binary 11111010 1101000 10111100 0 111010 11001 10 101000101 1011110 1000101

Color Harmonies of #FA68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68BC

Black with #FA68BC

Text Example


Text Example

White with #FA68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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