Html Css Color HEX #FA40FA Pink Flamingo

📋 copy color: '#FA40FA'

red 250 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #FA40FA

Tints of Pink Flamingo #FA40FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 44.33%
G = 11.35%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA40FA (or 0xFA40FA) is known color: Pink Flamingo. HEX triplet: FA, 40 and FA. RGB value is (250,64,250). Sum of RGB (Red+Green+Blue) = 250+64+250=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 64 (25.39% from 255 or 11.35% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA40FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA40FA is #05BF05. Grayscale: #8C8C8C. Windows color (decimal): -376582 or 16400634. OLE color: 16400634.

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

Color convert

RGB 250 64 250 -
CMYK 0 0.74 0 0.02
HSL 300º 0.95% 0.62% -
HSV(B) 300º 0.74% 0.98% -
XYZ 58.51 30.89 93.32 -
YUV 140.82 189.62 205.88 -
System Red Green Blue C M Y K H S L
Decimal 250 64 250 0 0.74 0 0.02 300 0.95 0.62
Hex FA 40 FA 0 4A 0 2 12C 5F 3E
Octal 372 100 372 0 112 0 2 454 137 76
Binary 11111010 1000000 11111010 0 1001010 0 10 100101100 1011111 111110

Color Harmonies of #FA40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40FA

Black with #FA40FA

Text Example


Text Example

White with #FA40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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