Html Css Color HEX #FC4FF2 Pink Flamingo

📋 copy color: '#FC4FF2'

red 252 ◦ green 79 ◦ blue 242

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

Shades of Pink Flamingo #FC4FF2

Tints of Pink Flamingo #FC4FF2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.79%

 BLUE value IS 242 (94.92% from 255) = 42.23%

R = 43.98%
G = 13.79%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC4FF2 (or 0xFC4FF2) is known color: Pink Flamingo. HEX triplet: FC, 4F and F2. RGB value is (252,79,242). Sum of RGB (Red+Green+Blue) = 252+79+242=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 79 (31.25% from 255 or 13.79% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4FF2 is #03B00D. Grayscale: #949494. Windows color (decimal): -241678 or 15880188. OLE color: 15880188.

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

Color convert

RGB 252 79 242 -
CMYK 0 0.69 0.04 0.01
HSL 303.47º 0.97% 0.65% -
HSV(B) 303.47º 0.69% 0.99% -
XYZ 58.97 32.7 87.21 -
YUV 149.31 180.31 201.25 -
System Red Green Blue C M Y K H S L
Decimal 252 79 242 0 0.69 0.04 0.01 303.47 0.97 0.65
Hex FC 4F F2 0 45 4 1 12F 61 41
Octal 374 117 362 0 105 4 1 457 141 101
Binary 11111100 1001111 11110010 0 1000101 100 1 100101111 1100001 1000001

Color Harmonies of #FC4FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4FF2

Black with #FC4FF2

Text Example


Text Example

White with #FC4FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4FF2; }

 p { color: rgb(252,79,242); }

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

background-color css

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

 a { background-color: rgb(252,79,242); }

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

border-color css

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

 span { border-color: rgb(252,79,242); }

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