Html Css Color HEX #FA68B8 Hot Pink

📋 copy color: '#FA68B8'

red 250 ◦ green 104 ◦ blue 184

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

Shades of Hot Pink #FA68B8

Tints of Hot Pink #FA68B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.2%

R = 46.47%
G = 19.33%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA68B8 (or 0xFA68B8) is known color: Hot Pink. HEX triplet: FA, 68 and B8. RGB value is (250,104,184). Sum of RGB (Red+Green+Blue) = 250+104+184=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68B8 is #059747. Grayscale: #9C9C9C. Windows color (decimal): -366408 or 12085498. OLE color: 12085498.

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

Color convert

RGB 250 104 184 -
CMYK 0 0.58 0.26 0.02
HSL 327.12º 0.94% 0.69% -
HSV(B) 327.12º 0.58% 0.98% -
XYZ 53.03 33.69 49.05 -
YUV 156.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 250 104 184 0 0.58 0.26 0.02 327.12 0.94 0.69
Hex FA 68 B8 0 3A 1A 2 147 5E 45
Octal 372 150 270 0 72 32 2 507 136 105
Binary 11111010 1101000 10111000 0 111010 11010 10 101000111 1011110 1000101

Color Harmonies of #FA68B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68B8

Black with #FA68B8

Text Example


Text Example

White with #FA68B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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