Html Css Color HEX #FA70B5 Hot Pink

📋 copy color: '#FA70B5'

red 250 ◦ green 112 ◦ blue 181

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

Shades of Hot Pink #FA70B5

Tints of Hot Pink #FA70B5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

 BLUE value IS 181 (71.09% from 255) = 33.33%

R = 46.04%
G = 20.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA70B5 (or 0xFA70B5) is known color: Hot Pink. HEX triplet: FA, 70 and B5. RGB value is (250,112,181). Sum of RGB (Red+Green+Blue) = 250+112+181=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70B5 is #058F4A. Grayscale: #A0A0A0. Windows color (decimal): -364363 or 11890938. OLE color: 11890938.

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

Color convert

RGB 250 112 181 -
CMYK 0 0.55 0.28 0.02
HSL 330º 0.93% 0.71% -
HSV(B) 330º 0.55% 0.98% -
XYZ 53.56 35.25 47.7 -
YUV 161.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 250 112 181 0 0.55 0.28 0.02 330 0.93 0.71
Hex FA 70 B5 0 37 1C 2 14A 5D 47
Octal 372 160 265 0 67 34 2 512 135 107
Binary 11111010 1110000 10110101 0 110111 11100 10 101001010 1011101 1000111

Color Harmonies of #FA70B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA70B5

Black with #FA70B5

Text Example


Text Example

White with #FA70B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA70B5; }

 p { color: rgb(250,112,181); }

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

background-color css

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

 a { background-color: rgb(250,112,181); }

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

border-color css

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

 span { border-color: rgb(250,112,181); }

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