Html Css Color HEX #FC6AF1 Pink Flamingo

📋 copy color: '#FC6AF1'

red 252 ◦ green 106 ◦ blue 241

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

Shades of Pink Flamingo #FC6AF1

Tints of Pink Flamingo #FC6AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.23%

R = 42.07%
G = 17.7%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC6AF1 (or 0xFC6AF1) is known color: Pink Flamingo. HEX triplet: FC, 6A and F1. RGB value is (252,106,241). Sum of RGB (Red+Green+Blue) = 252+106+241=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 106 (41.80% from 255 or 17.70% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6AF1 is #03950E. Grayscale: #A4A4A4. Windows color (decimal): -234767 or 15821564. OLE color: 15821564.

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

Color convert

RGB 252 106 241 -
CMYK 0 0.58 0.04 0.01
HSL 304.52º 0.96% 0.7% -
HSV(B) 304.52º 0.58% 0.99% -
XYZ 61.18 37.35 87.2 -
YUV 165.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 252 106 241 0 0.58 0.04 0.01 304.52 0.96 0.7
Hex FC 6A F1 0 3A 4 1 131 60 46
Octal 374 152 361 0 72 4 1 461 140 106
Binary 11111100 1101010 11110001 0 111010 100 1 100110001 1100000 1000110

Color Harmonies of #FC6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6AF1

Black with #FC6AF1

Text Example


Text Example

White with #FC6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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