Html Css Color HEX #FA37F9 Pink Flamingo

📋 copy color: '#FA37F9'

red 250 ◦ green 55 ◦ blue 249

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

Shades of Pink Flamingo #FA37F9

Tints of Pink Flamingo #FA37F9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 9.93%

 BLUE value IS 249 (97.66% from 255) = 44.95%

R = 45.13%
G = 9.93%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA37F9 (or 0xFA37F9) is known color: Pink Flamingo. HEX triplet: FA, 37 and F9. RGB value is (250,55,249). Sum of RGB (Red+Green+Blue) = 250+55+249=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 55 (21.88% from 255 or 9.93% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA37F9 is #05C806. Grayscale: #868686. Windows color (decimal): -378887 or 16332794. OLE color: 16332794.

HSL color Cylindrical-coordinate representation of color #FA37F9: hue angle of 300.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA37F9 is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 249 -
CMYK 0 0.78 0.00 0.02
HSL 300.31º 0.95% 0.6% -
HSV(B) 300.31º 0.78% 0.98% -
XYZ 57.89 29.9 92.34 -
YUV 135.42 192.1 209.73 -
System Red Green Blue C M Y K H S L
Decimal 250 55 249 0 0.78 0.00 0.02 300.31 0.95 0.6
Hex FA 37 F9 0 4E 0 2 12C 5F 3C
Octal 372 67 371 0 116 0 2 454 137 74
Binary 11111010 110111 11111001 0 1001110 0 10 100101100 1011111 111100

Color Harmonies of #FA37F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37F9

Black with #FA37F9

Text Example


Text Example

White with #FA37F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37F9; }

 p { color: rgb(250,55,249); }

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

background-color css

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

 a { background-color: rgb(250,55,249); }

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

border-color css

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

 span { border-color: rgb(250,55,249); }

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