Html Css Color HEX #FF70B5 Hot Pink

📋 copy color: '#FF70B5'

red 255 ◦ green 112 ◦ blue 181

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

Shades of Hot Pink #FF70B5

Tints of Hot Pink #FF70B5

RGB

 RED value IS 255 (100% from 255) = 46.53%

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

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

R = 46.53%
G = 20.44%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF70B5 (or 0xFF70B5) is known color: Hot Pink. HEX triplet: FF, 70 and B5. RGB value is (255,112,181). Sum of RGB (Red+Green+Blue) = 255+112+181=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70B5 is #008F4A. Grayscale: #A2A2A2. Windows color (decimal): -36683 or 11890943. OLE color: 11890943.

HSL color Cylindrical-coordinate representation of color #FF70B5: hue angle of 331.05º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70B5 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 181 -
CMYK 0 0.56 0.29 0
HSL 331.05º 1% 0.72% -
HSV(B) 331.05º 0.56% 1% -
XYZ 55.37 36.18 47.78 -
YUV 162.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 255 112 181 0 0.56 0.29 0 331.05 1 0.72
Hex FF 70 B5 0 38 1D 0 14B 64 48
Octal 377 160 265 0 70 35 0 513 144 110
Binary 11111111 1110000 10110101 0 111000 11101 0 101001011 1100100 1001000

Color Harmonies of #FF70B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70B5

Black with #FF70B5

Text Example


Text Example

White with #FF70B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF70B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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