Html Css Color HEX #FA58FE Pink Flamingo

📋 copy color: '#FA58FE'

red 250 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #FA58FE

Tints of Pink Flamingo #FA58FE

RGB

 RED value IS 250 (98.05% from 255) = 42.23%

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

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 42.23%
G = 14.86%
B = 42.91%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA58FE (or 0xFA58FE) is known color: Pink Flamingo. HEX triplet: FA, 58 and FE. RGB value is (250,88,254). Sum of RGB (Red+Green+Blue) = 250+88+254=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 88 (34.77% from 255 or 14.86% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA58FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA58FE is #05A701. Grayscale: #9A9A9A. Windows color (decimal): -370434 or 16668922. OLE color: 16668922.

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

Color convert

RGB 250 88 254 -
CMYK 0.02 0.65 0 0.00
HSL 298.55º 0.99% 0.67% -
HSV(B) 298.55º 0.65% 1% -
XYZ 60.8 34.46 97.21 -
YUV 155.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 250 88 254 0.02 0.65 0 0.00 298.55 0.99 0.67
Hex FA 58 FE 2 41 0 0 12B 63 43
Octal 372 130 376 2 101 0 0 453 143 103
Binary 11111010 1011000 11111110 10 1000001 0 0 100101011 1100011 1000011

Color Harmonies of #FA58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58FE

Black with #FA58FE

Text Example


Text Example

White with #FA58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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