Html Css Color HEX #FA68B0 Hot Pink

📋 copy color: '#FA68B0'

red 250 ◦ green 104 ◦ blue 176

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

Shades of Hot Pink #FA68B0

Tints of Hot Pink #FA68B0

RGB

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

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

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

R = 47.17%
G = 19.62%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA68B0 (or 0xFA68B0) is known color: Hot Pink. HEX triplet: FA, 68 and B0. RGB value is (250,104,176). Sum of RGB (Red+Green+Blue) = 250+104+176=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA68B0 is #05974F. Grayscale: #9B9B9B. Windows color (decimal): -366416 or 11561210. OLE color: 11561210.

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

Color convert

RGB 250 104 176 -
CMYK 0 0.58 0.30 0.02
HSL 330.41º 0.94% 0.69% -
HSV(B) 330.41º 0.58% 0.98% -
XYZ 52.21 33.36 44.76 -
YUV 155.86 139.37 195.15 -
System Red Green Blue C M Y K H S L
Decimal 250 104 176 0 0.58 0.30 0.02 330.41 0.94 0.69
Hex FA 68 B0 0 3A 1E 2 14A 5E 45
Octal 372 150 260 0 72 36 2 512 136 105
Binary 11111010 1101000 10110000 0 111010 11110 10 101001010 1011110 1000101

Color Harmonies of #FA68B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68B0

Black with #FA68B0

Text Example


Text Example

White with #FA68B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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