Html Css Color HEX #FA51F2 Pink Flamingo

📋 copy color: '#FA51F2'

red 250 ◦ green 81 ◦ blue 242

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

Shades of Pink Flamingo #FA51F2

Tints of Pink Flamingo #FA51F2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.14%

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

R = 43.63%
G = 14.14%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA51F2 (or 0xFA51F2) is known color: Pink Flamingo. HEX triplet: FA, 51 and F2. RGB value is (250,81,242). Sum of RGB (Red+Green+Blue) = 250+81+242=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 81 (32.03% from 255 or 14.14% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA51F2 is #05AE0D. Grayscale: #959595. Windows color (decimal): -372238 or 15880698. OLE color: 15880698.

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

Color convert

RGB 250 81 242 -
CMYK 0 0.68 0.03 0.02
HSL 302.84º 0.94% 0.65% -
HSV(B) 302.84º 0.68% 0.98% -
XYZ 58.39 32.62 87.22 -
YUV 149.89 179.99 199.41 -
System Red Green Blue C M Y K H S L
Decimal 250 81 242 0 0.68 0.03 0.02 302.84 0.94 0.65
Hex FA 51 F2 0 44 3 2 12F 5E 41
Octal 372 121 362 0 104 3 2 457 136 101
Binary 11111010 1010001 11110010 0 1000100 11 10 100101111 1011110 1000001

Color Harmonies of #FA51F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51F2

Black with #FA51F2

Text Example


Text Example

White with #FA51F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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