Html Css Color HEX #FA3EFA Pink Flamingo

📋 copy color: '#FA3EFA'

red 250 ◦ green 62 ◦ blue 250

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

Shades of Pink Flamingo #FA3EFA

Tints of Pink Flamingo #FA3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.03%

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

R = 44.48%
G = 11.03%
B = 44.48%

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

#FA3EFA (or 0xFA3EFA) is known color: Pink Flamingo. HEX triplet: FA, 3E and FA. RGB value is (250,62,250). Sum of RGB (Red+Green+Blue) = 250+62+250=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 62 (24.61% from 255 or 11.03% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA3EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3EFA is #05C105. Grayscale: #8B8B8B. Windows color (decimal): -377094 or 16400122. OLE color: 16400122.

HSL color Cylindrical-coordinate representation of color #FA3EFA: 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 #FA3EFA is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 62 250 -
CMYK 0 0.75 0 0.02
HSL 300º 0.95% 0.61% -
HSV(B) 300º 0.75% 0.98% -
XYZ 58.4 30.67 93.28 -
YUV 139.64 190.28 206.71 -
System Red Green Blue C M Y K H S L
Decimal 250 62 250 0 0.75 0 0.02 300 0.95 0.61
Hex FA 3E FA 0 4B 0 2 12C 5F 3D
Octal 372 76 372 0 113 0 2 454 137 75
Binary 11111010 111110 11111010 0 1001011 0 10 100101100 1011111 111101

Color Harmonies of #FA3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3EFA

Black with #FA3EFA

Text Example


Text Example

White with #FA3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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