Html Css Color HEX #FA37FD Pink Flamingo

📋 copy color: '#FA37FD'

red 250 ◦ green 55 ◦ blue 253

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

Shades of Pink Flamingo #FA37FD

Tints of Pink Flamingo #FA37FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 44.8%
G = 9.86%
B = 45.34%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA37FD (or 0xFA37FD) is known color: Pink Flamingo. HEX triplet: FA, 37 and FD. RGB value is (250,55,253). Sum of RGB (Red+Green+Blue) = 250+55+253=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 55 (21.88% from 255 or 9.86% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA37FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA37FD is #05C802. Grayscale: #878787. Windows color (decimal): -378883 or 16594938. OLE color: 16594938.

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

Color convert

RGB 250 55 253 -
CMYK 0.01 0.78 0 0.01
HSL 299.09º 0.98% 0.6% -
HSV(B) 299.09º 0.78% 0.99% -
XYZ 58.52 30.15 95.66 -
YUV 135.88 194.1 209.4 -
System Red Green Blue C M Y K H S L
Decimal 250 55 253 0.01 0.78 0 0.01 299.09 0.98 0.6
Hex FA 37 FD 1 4E 0 1 12B 62 3C
Octal 372 67 375 1 116 0 1 453 142 74
Binary 11111010 110111 11111101 1 1001110 0 1 100101011 1100010 111100

Color Harmonies of #FA37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37FD

Black with #FA37FD

Text Example


Text Example

White with #FA37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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