Html Css Color HEX #FA58F2 Pink Flamingo

📋 copy color: '#FA58F2'

red 250 ◦ green 88 ◦ blue 242

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

Shades of Pink Flamingo #FA58F2

Tints of Pink Flamingo #FA58F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 43.1%
G = 15.17%
B = 41.72%

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

#FA58F2 (or 0xFA58F2) is known color: Pink Flamingo. HEX triplet: FA, 58 and F2. RGB value is (250,88,242). Sum of RGB (Red+Green+Blue) = 250+88+242=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 88 (34.77% from 255 or 15.17% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA58F2 is #05A70D. Grayscale: #999999. Windows color (decimal): -370446 or 15882490. OLE color: 15882490.

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

Color convert

RGB 250 88 242 -
CMYK 0 0.65 0.03 0.02
HSL 302.96º 0.94% 0.66% -
HSV(B) 302.96º 0.65% 0.98% -
XYZ 58.94 33.71 87.41 -
YUV 153.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 250 88 242 0 0.65 0.03 0.02 302.96 0.94 0.66
Hex FA 58 F2 0 41 3 2 12F 5E 42
Octal 372 130 362 0 101 3 2 457 136 102
Binary 11111010 1011000 11110010 0 1000001 11 10 100101111 1011110 1000010

Color Harmonies of #FA58F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58F2

Black with #FA58F2

Text Example


Text Example

White with #FA58F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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