Html Css Color HEX #F45AB4 Hot Pink

📋 copy color: '#F45AB4'

red 244 ◦ green 90 ◦ blue 180

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

Shades of Hot Pink #F45AB4

Tints of Hot Pink #F45AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.51%

 BLUE value IS 180 (70.7% from 255) = 35.02%

R = 47.47%
G = 17.51%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F45AB4 (or 0xF45AB4) is known color: Hot Pink. HEX triplet: F4, 5A and B4. RGB value is (244,90,180). Sum of RGB (Red+Green+Blue) = 244+90+180=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45AB4 is #0BA54B. Grayscale: #929292. Windows color (decimal): -763212 or 11819764. OLE color: 11819764.

HSL color Cylindrical-coordinate representation of color #F45AB4: hue angle of 324.94º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45AB4 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 90 180 -
CMYK 0 0.63 0.26 0.04
HSL 324.94º 0.88% 0.65% -
HSV(B) 324.94º 0.63% 0.96% -
XYZ 49.2 29.84 46.35 -
YUV 146.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 244 90 180 0 0.63 0.26 0.04 324.94 0.88 0.65
Hex F4 5A B4 0 3F 1A 4 145 58 41
Octal 364 132 264 0 77 32 4 505 130 101
Binary 11110100 1011010 10110100 0 111111 11010 100 101000101 1011000 1000001

Color Harmonies of #F45AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45AB4

Black with #F45AB4

Text Example


Text Example

White with #F45AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45AB4; }

 p { color: rgb(244,90,180); }

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

background-color css

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

 a { background-color: rgb(244,90,180); }

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

border-color css

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

 span { border-color: rgb(244,90,180); }

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