Html Css Color HEX #FA3CF6 Pink Flamingo

📋 copy color: '#FA3CF6'

red 250 ◦ green 60 ◦ blue 246

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

Shades of Pink Flamingo #FA3CF6

Tints of Pink Flamingo #FA3CF6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.79%

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 44.96%
G = 10.79%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA3CF6 (or 0xFA3CF6) is known color: Pink Flamingo. HEX triplet: FA, 3C and F6. RGB value is (250,60,246). Sum of RGB (Red+Green+Blue) = 250+60+246=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 60 (23.83% from 255 or 10.79% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3CF6 is #05C309. Grayscale: #898989. Windows color (decimal): -377610 or 16137466. OLE color: 16137466.

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

Color convert

RGB 250 60 246 -
CMYK 0 0.76 0.02 0.02
HSL 301.26º 0.95% 0.61% -
HSV(B) 301.26º 0.76% 0.98% -
XYZ 57.67 30.21 89.98 -
YUV 138.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 250 60 246 0 0.76 0.02 0.02 301.26 0.95 0.61
Hex FA 3C F6 0 4C 2 2 12D 5F 3D
Octal 372 74 366 0 114 2 2 455 137 75
Binary 11111010 111100 11110110 0 1001100 10 10 100101101 1011111 111101

Color Harmonies of #FA3CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3CF6

Black with #FA3CF6

Text Example


Text Example

White with #FA3CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3CF6; }

 p { color: rgb(250,60,246); }

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

background-color css

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

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

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

border-color css

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

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

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