Html Css Color HEX #FA40FD Pink Flamingo

📋 copy color: '#FA40FD'

red 250 ◦ green 64 ◦ blue 253

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

Shades of Pink Flamingo #FA40FD

Tints of Pink Flamingo #FA40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.29%

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

R = 44.09%
G = 11.29%
B = 44.62%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA40FD (or 0xFA40FD) is known color: Pink Flamingo. HEX triplet: FA, 40 and FD. RGB value is (250,64,253). Sum of RGB (Red+Green+Blue) = 250+64+253=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 64 (25.39% from 255 or 11.29% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA40FD is #05BF02. Grayscale: #8C8C8C. Windows color (decimal): -376579 or 16597242. OLE color: 16597242.

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

Color convert

RGB 250 64 253 -
CMYK 0.01 0.75 0 0.01
HSL 299.05º 0.98% 0.62% -
HSV(B) 299.05º 0.75% 0.99% -
XYZ 58.99 31.08 95.82 -
YUV 141.16 191.12 205.63 -
System Red Green Blue C M Y K H S L
Decimal 250 64 253 0.01 0.75 0 0.01 299.05 0.98 0.62
Hex FA 40 FD 1 4B 0 1 12B 62 3E
Octal 372 100 375 1 113 0 1 453 142 76
Binary 11111010 1000000 11111101 1 1001011 0 1 100101011 1100010 111110

Color Harmonies of #FA40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40FD

Black with #FA40FD

Text Example


Text Example

White with #FA40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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