Html Css Color HEX #FA3CFF Pink Flamingo

📋 copy color: '#FA3CFF'

red 250 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #FA3CFF

Tints of Pink Flamingo #FA3CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 44.25%
G = 10.62%
B = 45.13%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA3CFF (or 0xFA3CFF) is known color: Pink Flamingo. HEX triplet: FA, 3C and FF. RGB value is (250,60,255). Sum of RGB (Red+Green+Blue) = 250+60+255=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 60 (23.83% from 255 or 10.62% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3CFF is #05C300. Grayscale: #8A8A8A. Windows color (decimal): -377601 or 16727290. OLE color: 16727290.

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

Color convert

RGB 250 60 255 -
CMYK 0.02 0.76 0 0
HSL 298.46º 1% 0.62% -
HSV(B) 298.46º 0.76% 1% -
XYZ 59.09 30.78 97.43 -
YUV 139.04 193.45 207.14 -
System Red Green Blue C M Y K H S L
Decimal 250 60 255 0.02 0.76 0 0 298.46 1 0.62
Hex FA 3C FF 2 4C 0 0 12A 64 3E
Octal 372 74 377 2 114 0 0 452 144 76
Binary 11111010 111100 11111111 10 1001100 0 0 100101010 1100100 111110

Color Harmonies of #FA3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3CFF

Black with #FA3CFF

Text Example


Text Example

White with #FA3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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