Html Css Color HEX #FF58FF Pink Flamingo

📋 copy color: '#FF58FF'

red 255 ◦ green 88 ◦ blue 255

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

Shades of Pink Flamingo #FF58FF

Tints of Pink Flamingo #FF58FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.64%

R = 42.64%
G = 14.72%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF58FF (or 0xFF58FF) is known color: Pink Flamingo. HEX triplet: FF, 58 and FF. RGB value is (255,88,255). Sum of RGB (Red+Green+Blue) = 255+88+255=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 88 (34.77% from 255 or 14.72% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF58FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58FF is #00A700. Grayscale: #9C9C9C. Windows color (decimal): -42753 or 16734463. OLE color: 16734463.

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

Color convert

RGB 255 88 255 -
CMYK 0 0.65 0 0
HSL 300º 1% 0.67% -
HSV(B) 300º 0.65% 1% -
XYZ 62.78 35.46 98.14 -
YUV 156.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 255 88 255 0 0.65 0 0 300 1 0.67
Hex FF 58 FF 0 41 0 0 12C 64 43
Octal 377 130 377 0 101 0 0 454 144 103
Binary 11111111 1011000 11111111 0 1000001 0 0 100101100 1100100 1000011

Color Harmonies of #FF58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58FF

Black with #FF58FF

Text Example


Text Example

White with #FF58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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