Html Css Color HEX #F75AB1 Hot Pink

📋 copy color: '#F75AB1'

red 247 ◦ green 90 ◦ blue 177

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

Shades of Hot Pink #F75AB1

Tints of Hot Pink #F75AB1

RGB

 RED value IS 247 (96.88% from 255) = 48.05%

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

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 48.05%
G = 17.51%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F75AB1 (or 0xF75AB1) is known color: Hot Pink. HEX triplet: F7, 5A and B1. RGB value is (247,90,177). Sum of RGB (Red+Green+Blue) = 247+90+177=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75AB1 is #08A54E. Grayscale: #929292. Windows color (decimal): -566607 or 11623159. OLE color: 11623159.

HSL color Cylindrical-coordinate representation of color #F75AB1: hue angle of 326.75º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75AB1 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 177 -
CMYK 0 0.64 0.28 0.03
HSL 326.75º 0.91% 0.66% -
HSV(B) 326.75º 0.64% 0.97% -
XYZ 49.95 30.26 44.8 -
YUV 146.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 247 90 177 0 0.64 0.28 0.03 326.75 0.91 0.66
Hex F7 5A B1 0 40 1C 3 147 5B 42
Octal 367 132 261 0 100 34 3 507 133 102
Binary 11110111 1011010 10110001 0 1000000 11100 11 101000111 1011011 1000010

Color Harmonies of #F75AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AB1

Black with #F75AB1

Text Example


Text Example

White with #F75AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AB1; }

 p { color: rgb(247,90,177); }

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

background-color css

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

 a { background-color: rgb(247,90,177); }

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

border-color css

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

 span { border-color: rgb(247,90,177); }

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