Html Css Color HEX #FF58FA Pink Flamingo

📋 copy color: '#FF58FA'

red 255 ◦ green 88 ◦ blue 250

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

Shades of Pink Flamingo #FF58FA

Tints of Pink Flamingo #FF58FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.16%

R = 43%
G = 14.84%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF58FA (or 0xFF58FA) is known color: Pink Flamingo. HEX triplet: FF, 58 and FA. RGB value is (255,88,250). Sum of RGB (Red+Green+Blue) = 255+88+250=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 88 (34.77% from 255 or 14.84% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58FA is #00A705. Grayscale: #9B9B9B. Windows color (decimal): -42758 or 16406783. OLE color: 16406783.

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

Color convert

RGB 255 88 250 -
CMYK 0 0.65 0.02 0
HSL 301.8º 1% 0.67% -
HSV(B) 301.8º 0.65% 1% -
XYZ 61.99 35.14 93.96 -
YUV 156.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 255 88 250 0 0.65 0.02 0 301.8 1 0.67
Hex FF 58 FA 0 41 2 0 12E 64 43
Octal 377 130 372 0 101 2 0 456 144 103
Binary 11111111 1011000 11111010 0 1000001 10 0 100101110 1100100 1000011

Color Harmonies of #FF58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58FA

Black with #FF58FA

Text Example


Text Example

White with #FF58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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