Html Css Color HEX #FA68BD Hot Pink

📋 copy color: '#FA68BD'

red 250 ◦ green 104 ◦ blue 189

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

Shades of Hot Pink #FA68BD

Tints of Hot Pink #FA68BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.81%

R = 46.04%
G = 19.15%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA68BD (or 0xFA68BD) is known color: Hot Pink. HEX triplet: FA, 68 and BD. RGB value is (250,104,189). Sum of RGB (Red+Green+Blue) = 250+104+189=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68BD is #059742. Grayscale: #9D9D9D. Windows color (decimal): -366403 or 12413178. OLE color: 12413178.

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

Color convert

RGB 250 104 189 -
CMYK 0 0.58 0.24 0.02
HSL 325.07º 0.94% 0.69% -
HSV(B) 325.07º 0.58% 0.98% -
XYZ 53.56 33.9 51.86 -
YUV 157.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 250 104 189 0 0.58 0.24 0.02 325.07 0.94 0.69
Hex FA 68 BD 0 3A 18 2 145 5E 45
Octal 372 150 275 0 72 30 2 505 136 105
Binary 11111010 1101000 10111101 0 111010 11000 10 101000101 1011110 1000101

Color Harmonies of #FA68BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68BD

Black with #FA68BD

Text Example


Text Example

White with #FA68BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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