Html Css Color HEX #FA58F3 Pink Flamingo

📋 copy color: '#FA58F3'

red 250 ◦ green 88 ◦ blue 243

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

Shades of Pink Flamingo #FA58F3

Tints of Pink Flamingo #FA58F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.82%

R = 43.03%
G = 15.15%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA58F3 (or 0xFA58F3) is known color: Pink Flamingo. HEX triplet: FA, 58 and F3. RGB value is (250,88,243). Sum of RGB (Red+Green+Blue) = 250+88+243=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 88 (34.77% from 255 or 15.15% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA58F3 is #05A70C. Grayscale: #999999. Windows color (decimal): -370445 or 15948026. OLE color: 15948026.

HSL color Cylindrical-coordinate representation of color #FA58F3: hue angle of 302.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58F3 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 88 243 -
CMYK 0 0.65 0.03 0.02
HSL 302.59º 0.94% 0.66% -
HSV(B) 302.59º 0.65% 0.98% -
XYZ 59.09 33.77 88.2 -
YUV 154.11 178.17 196.4 -
System Red Green Blue C M Y K H S L
Decimal 250 88 243 0 0.65 0.03 0.02 302.59 0.94 0.66
Hex FA 58 F3 0 41 3 2 12F 5E 42
Octal 372 130 363 0 101 3 2 457 136 102
Binary 11111010 1011000 11110011 0 1000001 11 10 100101111 1011110 1000010

Color Harmonies of #FA58F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58F3

Black with #FA58F3

Text Example


Text Example

White with #FA58F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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