Html Css Color HEX #FA37F8 Pink Flamingo

📋 copy color: '#FA37F8'

red 250 ◦ green 55 ◦ blue 248

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

Shades of Pink Flamingo #FA37F8

Tints of Pink Flamingo #FA37F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.85%

R = 45.21%
G = 9.95%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA37F8 (or 0xFA37F8) is known color: Pink Flamingo. HEX triplet: FA, 37 and F8. RGB value is (250,55,248). Sum of RGB (Red+Green+Blue) = 250+55+248=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 55 (21.88% from 255 or 9.95% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA37F8 is #05C807. Grayscale: #868686. Windows color (decimal): -378888 or 16267258. OLE color: 16267258.

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

Color convert

RGB 250 55 248 -
CMYK 0 0.78 0.01 0.02
HSL 300.62º 0.95% 0.6% -
HSV(B) 300.62º 0.78% 0.98% -
XYZ 57.73 29.83 91.52 -
YUV 135.31 191.6 209.81 -
System Red Green Blue C M Y K H S L
Decimal 250 55 248 0 0.78 0.01 0.02 300.62 0.95 0.6
Hex FA 37 F8 0 4E 1 2 12D 5F 3C
Octal 372 67 370 0 116 1 2 455 137 74
Binary 11111010 110111 11111000 0 1001110 1 10 100101101 1011111 111100

Color Harmonies of #FA37F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37F8

Black with #FA37F8

Text Example


Text Example

White with #FA37F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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