Html Css Color HEX #FA37FE Pink Flamingo

📋 copy color: '#FA37FE'

red 250 ◦ green 55 ◦ blue 254

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

Shades of Pink Flamingo #FA37FE

Tints of Pink Flamingo #FA37FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 44.72%
G = 9.84%
B = 45.44%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA37FE (or 0xFA37FE) is known color: Pink Flamingo. HEX triplet: FA, 37 and FE. RGB value is (250,55,254). Sum of RGB (Red+Green+Blue) = 250+55+254=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 55 (21.88% from 255 or 9.84% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA37FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA37FE is #05C801. Grayscale: #878787. Windows color (decimal): -378882 or 16660474. OLE color: 16660474.

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

Color convert

RGB 250 55 254 -
CMYK 0.02 0.78 0 0.00
HSL 298.79º 0.99% 0.61% -
HSV(B) 298.79º 0.78% 1% -
XYZ 58.68 30.21 96.5 -
YUV 135.99 194.6 209.32 -
System Red Green Blue C M Y K H S L
Decimal 250 55 254 0.02 0.78 0 0.00 298.79 0.99 0.61
Hex FA 37 FE 2 4E 0 0 12B 63 3D
Octal 372 67 376 2 116 0 0 453 143 75
Binary 11111010 110111 11111110 10 1001110 0 0 100101011 1100011 111101

Color Harmonies of #FA37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37FE

Black with #FA37FE

Text Example


Text Example

White with #FA37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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