Html Css Color HEX #FA40F7 Pink Flamingo

📋 copy color: '#FA40F7'

red 250 ◦ green 64 ◦ blue 247

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

Shades of Pink Flamingo #FA40F7

Tints of Pink Flamingo #FA40F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 44.56%
G = 11.41%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA40F7 (or 0xFA40F7) is known color: Pink Flamingo. HEX triplet: FA, 40 and F7. RGB value is (250,64,247). Sum of RGB (Red+Green+Blue) = 250+64+247=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 64 (25.39% from 255 or 11.41% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA40F7 is #05BF08. Grayscale: #8B8B8B. Windows color (decimal): -376585 or 16204026. OLE color: 16204026.

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

Color convert

RGB 250 64 247 -
CMYK 0 0.74 0.01 0.02
HSL 300.97º 0.95% 0.62% -
HSV(B) 300.97º 0.74% 0.98% -
XYZ 58.05 30.71 90.86 -
YUV 140.48 188.12 206.12 -
System Red Green Blue C M Y K H S L
Decimal 250 64 247 0 0.74 0.01 0.02 300.97 0.95 0.62
Hex FA 40 F7 0 4A 1 2 12D 5F 3E
Octal 372 100 367 0 112 1 2 455 137 76
Binary 11111010 1000000 11110111 0 1001010 1 10 100101101 1011111 111110

Color Harmonies of #FA40F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40F7

Black with #FA40F7

Text Example


Text Example

White with #FA40F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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