Html Css Color HEX #FF75B3 Hot Pink

📋 copy color: '#FF75B3'

red 255 ◦ green 117 ◦ blue 179

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

Shades of Hot Pink #FF75B3

Tints of Hot Pink #FF75B3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.23%

 BLUE value IS 179 (70.31% from 255) = 32.49%

R = 46.28%
G = 21.23%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF75B3 (or 0xFF75B3) is known color: Hot Pink. HEX triplet: FF, 75 and B3. RGB value is (255,117,179). Sum of RGB (Red+Green+Blue) = 255+117+179=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75B3 is #008A4C. Grayscale: #A5A5A5. Windows color (decimal): -35405 or 11761151. OLE color: 11761151.

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

Color convert

RGB 255 117 179 -
CMYK 0 0.54 0.30 0
HSL 333.04º 1% 0.73% -
HSV(B) 333.04º 0.54% 1% -
XYZ 55.74 37.24 46.9 -
YUV 165.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 255 117 179 0 0.54 0.30 0 333.04 1 0.73
Hex FF 75 B3 0 36 1E 0 14D 64 49
Octal 377 165 263 0 66 36 0 515 144 111
Binary 11111111 1110101 10110011 0 110110 11110 0 101001101 1100100 1001001

Color Harmonies of #FF75B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75B3

Black with #FF75B3

Text Example


Text Example

White with #FF75B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75B3; }

 p { color: rgb(255,117,179); }

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

background-color css

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

 a { background-color: rgb(255,117,179); }

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

border-color css

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

 span { border-color: rgb(255,117,179); }

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