Html Css Color HEX #FC66F1 Pink Flamingo

📋 copy color: '#FC66F1'

red 252 ◦ green 102 ◦ blue 241

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

Shades of Pink Flamingo #FC66F1

Tints of Pink Flamingo #FC66F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.14%

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

R = 42.35%
G = 17.14%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC66F1 (or 0xFC66F1) is known color: Pink Flamingo. HEX triplet: FC, 66 and F1. RGB value is (252,102,241). Sum of RGB (Red+Green+Blue) = 252+102+241=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66F1 is #03990E. Grayscale: #A2A2A2. Windows color (decimal): -235791 or 15820540. OLE color: 15820540.

HSL color Cylindrical-coordinate representation of color #FC66F1: hue angle of 304.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC66F1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 241 -
CMYK 0 0.60 0.04 0.01
HSL 304.4º 0.96% 0.69% -
HSV(B) 304.4º 0.6% 0.99% -
XYZ 60.77 36.55 87.07 -
YUV 162.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 252 102 241 0 0.60 0.04 0.01 304.4 0.96 0.69
Hex FC 66 F1 0 3C 4 1 130 60 45
Octal 374 146 361 0 74 4 1 460 140 105
Binary 11111100 1100110 11110001 0 111100 100 1 100110000 1100000 1000101

Color Harmonies of #FC66F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66F1

Black with #FC66F1

Text Example


Text Example

White with #FC66F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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