Html Css Color HEX #FA3FFA Pink Flamingo

📋 copy color: '#FA3FFA'

red 250 ◦ green 63 ◦ blue 250

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

Shades of Pink Flamingo #FA3FFA

Tints of Pink Flamingo #FA3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 11.19%

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

R = 44.4%
G = 11.19%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA3FFA (or 0xFA3FFA) is known color: Pink Flamingo. HEX triplet: FA, 3F and FA. RGB value is (250,63,250). Sum of RGB (Red+Green+Blue) = 250+63+250=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 63 (25% from 255 or 11.19% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA3FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FFA is #05C005. Grayscale: #8B8B8B. Windows color (decimal): -376838 or 16400378. OLE color: 16400378.

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

Color convert

RGB 250 63 250 -
CMYK 0 0.75 0 0.02
HSL 300º 0.95% 0.61% -
HSV(B) 300º 0.75% 0.98% -
XYZ 58.46 30.78 93.3 -
YUV 140.23 189.95 206.29 -
System Red Green Blue C M Y K H S L
Decimal 250 63 250 0 0.75 0 0.02 300 0.95 0.61
Hex FA 3F FA 0 4B 0 2 12C 5F 3D
Octal 372 77 372 0 113 0 2 454 137 75
Binary 11111010 111111 11111010 0 1001011 0 10 100101100 1011111 111101

Color Harmonies of #FA3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3FFA

Black with #FA3FFA

Text Example


Text Example

White with #FA3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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