Html Css Color HEX #FC6AF0 Pink Flamingo

📋 copy color: '#FC6AF0'

red 252 ◦ green 106 ◦ blue 240

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

Shades of Pink Flamingo #FC6AF0

Tints of Pink Flamingo #FC6AF0

RGB

 RED value IS 252 (98.83% from 255) = 42.14%

 GREEN value IS 106 (41.8% from 255) = 17.73%

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 42.14%
G = 17.73%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC6AF0 (or 0xFC6AF0) is known color: Pink Flamingo. HEX triplet: FC, 6A and F0. RGB value is (252,106,240). Sum of RGB (Red+Green+Blue) = 252+106+240=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 106 (41.80% from 255 or 17.73% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6AF0 is #03950F. Grayscale: #A4A4A4. Windows color (decimal): -234768 or 15756028. OLE color: 15756028.

HSL color Cylindrical-coordinate representation of color #FC6AF0: hue angle of 304.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6AF0 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 106 240 -
CMYK 0 0.58 0.05 0.01
HSL 304.93º 0.96% 0.7% -
HSV(B) 304.93º 0.58% 0.99% -
XYZ 61.03 37.29 86.42 -
YUV 164.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 252 106 240 0 0.58 0.05 0.01 304.93 0.96 0.7
Hex FC 6A F0 0 3A 5 1 131 60 46
Octal 374 152 360 0 72 5 1 461 140 106
Binary 11111100 1101010 11110000 0 111010 101 1 100110001 1100000 1000110

Color Harmonies of #FC6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6AF0

Black with #FC6AF0

Text Example


Text Example

White with #FC6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6AF0; }

 p { color: rgb(252,106,240); }

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

background-color css

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

 a { background-color: rgb(252,106,240); }

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

border-color css

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

 span { border-color: rgb(252,106,240); }

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