Html Css Color HEX #FF58B9 Hot Pink

📋 copy color: '#FF58B9'

red 255 ◦ green 88 ◦ blue 185

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

Shades of Hot Pink #FF58B9

Tints of Hot Pink #FF58B9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.67%

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 48.3%
G = 16.67%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF58B9 (or 0xFF58B9) is known color: Hot Pink. HEX triplet: FF, 58 and B9. RGB value is (255,88,185). Sum of RGB (Red+Green+Blue) = 255+88+185=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58B9 is #00A746. Grayscale: #949494. Windows color (decimal): -42823 or 12146943. OLE color: 12146943.

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

Color convert

RGB 255 88 185 -
CMYK 0 0.65 0.27 0
HSL 325.15º 1% 0.67% -
HSV(B) 325.15º 0.65% 1% -
XYZ 53.49 31.74 49.21 -
YUV 148.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 255 88 185 0 0.65 0.27 0 325.15 1 0.67
Hex FF 58 B9 0 41 1B 0 145 64 43
Octal 377 130 271 0 101 33 0 505 144 103
Binary 11111111 1011000 10111001 0 1000001 11011 0 101000101 1100100 1000011

Color Harmonies of #FF58B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58B9

Black with #FF58B9

Text Example


Text Example

White with #FF58B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58B9; }

 p { color: rgb(255,88,185); }

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

background-color css

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

 a { background-color: rgb(255,88,185); }

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

border-color css

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

 span { border-color: rgb(255,88,185); }

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