Html Css Color HEX #FF75B2 Hot Pink

📋 copy color: '#FF75B2'

red 255 ◦ green 117 ◦ blue 178

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

Shades of Hot Pink #FF75B2

Tints of Hot Pink #FF75B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.36%

R = 46.36%
G = 21.27%
B = 32.36%

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

#FF75B2 (or 0xFF75B2) is known color: Hot Pink. HEX triplet: FF, 75 and B2. RGB value is (255,117,178). Sum of RGB (Red+Green+Blue) = 255+117+178=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF75B2 is #008A4D. Grayscale: #A5A5A5. Windows color (decimal): -35406 or 11695615. OLE color: 11695615.

HSL color Cylindrical-coordinate representation of color #FF75B2: hue angle of 333.48º 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 #FF75B2 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 178 -
CMYK 0 0.54 0.30 0
HSL 333.48º 1% 0.73% -
HSV(B) 333.48º 0.54% 1% -
XYZ 55.64 37.2 46.37 -
YUV 165.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 255 117 178 0 0.54 0.30 0 333.48 1 0.73
Hex FF 75 B2 0 36 1E 0 14D 64 49
Octal 377 165 262 0 66 36 0 515 144 111
Binary 11111111 1110101 10110010 0 110110 11110 0 101001101 1100100 1001001

Color Harmonies of #FF75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75B2

Black with #FF75B2

Text Example


Text Example

White with #FF75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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