Html Css Color HEX #FC6AF5 Pink Flamingo

📋 copy color: '#FC6AF5'

red 252 ◦ green 106 ◦ blue 245

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

Shades of Pink Flamingo #FC6AF5

Tints of Pink Flamingo #FC6AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.63%

R = 41.79%
G = 17.58%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC6AF5 (or 0xFC6AF5) is known color: Pink Flamingo. HEX triplet: FC, 6A and F5. RGB value is (252,106,245). Sum of RGB (Red+Green+Blue) = 252+106+245=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 106 (41.80% from 255 or 17.58% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6AF5 is #03950A. Grayscale: #A5A5A5. Windows color (decimal): -234763 or 16083708. OLE color: 16083708.

HSL color Cylindrical-coordinate representation of color #FC6AF5: hue angle of 302.88º 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 #FC6AF5 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 106 245 -
CMYK 0 0.58 0.03 0.01
HSL 302.88º 0.96% 0.7% -
HSV(B) 302.88º 0.58% 0.99% -
XYZ 61.78 37.6 90.39 -
YUV 165.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 252 106 245 0 0.58 0.03 0.01 302.88 0.96 0.7
Hex FC 6A F5 0 3A 3 1 12F 60 46
Octal 374 152 365 0 72 3 1 457 140 106
Binary 11111100 1101010 11110101 0 111010 11 1 100101111 1100000 1000110

Color Harmonies of #FC6AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6AF5

Black with #FC6AF5

Text Example


Text Example

White with #FC6AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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