Html Css Color HEX #F45ABA Hot Pink

📋 copy color: '#F45ABA'

red 244 ◦ green 90 ◦ blue 186

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

Shades of Hot Pink #F45ABA

Tints of Hot Pink #F45ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 46.92%
G = 17.31%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F45ABA (or 0xF45ABA) is known color: Hot Pink. HEX triplet: F4, 5A and BA. RGB value is (244,90,186). Sum of RGB (Red+Green+Blue) = 244+90+186=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ABA is #0BA545. Grayscale: #929292. Windows color (decimal): -763206 or 12212980. OLE color: 12212980.

HSL color Cylindrical-coordinate representation of color #F45ABA: hue angle of 322.6º 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 #F45ABA is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 90 186 -
CMYK 0 0.63 0.24 0.04
HSL 322.6º 0.88% 0.65% -
HSV(B) 322.6º 0.63% 0.96% -
XYZ 49.83 30.09 49.64 -
YUV 146.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 244 90 186 0 0.63 0.24 0.04 322.6 0.88 0.65
Hex F4 5A BA 0 3F 18 4 143 58 41
Octal 364 132 272 0 77 30 4 503 130 101
Binary 11110100 1011010 10111010 0 111111 11000 100 101000011 1011000 1000001

Color Harmonies of #F45ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45ABA

Black with #F45ABA

Text Example


Text Example

White with #F45ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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