Html Css Color HEX #F470B8 Hot Pink

📋 copy color: '#F470B8'

red 244 ◦ green 112 ◦ blue 184

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

Shades of Hot Pink #F470B8

Tints of Hot Pink #F470B8

RGB

 RED value IS 244 (95.7% from 255) = 45.19%

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

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

R = 45.19%
G = 20.74%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F470B8 (or 0xF470B8) is known color: Hot Pink. HEX triplet: F4, 70 and B8. RGB value is (244,112,184). Sum of RGB (Red+Green+Blue) = 244+112+184=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F470B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470B8 is #0B8F47. Grayscale: #9F9F9F. Windows color (decimal): -757576 or 12087540. OLE color: 12087540.

HSL color Cylindrical-coordinate representation of color #F470B8: hue angle of 327.27º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470B8 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 112 184 -
CMYK 0 0.54 0.25 0.04
HSL 327.27º 0.86% 0.7% -
HSV(B) 327.27º 0.54% 0.96% -
XYZ 51.75 34.28 49.24 -
YUV 159.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 244 112 184 0 0.54 0.25 0.04 327.27 0.86 0.7
Hex F4 70 B8 0 36 19 4 147 56 46
Octal 364 160 270 0 66 31 4 507 126 106
Binary 11110100 1110000 10111000 0 110110 11001 100 101000111 1010110 1000110

Color Harmonies of #F470B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470B8

Black with #F470B8

Text Example


Text Example

White with #F470B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F470B8; }

 p { color: rgb(244,112,184); }

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

background-color css

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

 a { background-color: rgb(244,112,184); }

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

border-color css

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

 span { border-color: rgb(244,112,184); }

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