Html Css Color HEX #FC61F2 Pink Flamingo

📋 copy color: '#FC61F2'

red 252 ◦ green 97 ◦ blue 242

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

Shades of Pink Flamingo #FC61F2

Tints of Pink Flamingo #FC61F2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.41%

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

R = 42.64%
G = 16.41%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC61F2 (or 0xFC61F2) is known color: Pink Flamingo. HEX triplet: FC, 61 and F2. RGB value is (252,97,242). Sum of RGB (Red+Green+Blue) = 252+97+242=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 97 (38.28% from 255 or 16.41% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC61F2 is #039E0D. Grayscale: #9F9F9F. Windows color (decimal): -237070 or 15884796. OLE color: 15884796.

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

Color convert

RGB 252 97 242 -
CMYK 0 0.62 0.04 0.01
HSL 303.87º 0.96% 0.68% -
HSV(B) 303.87º 0.62% 0.99% -
XYZ 60.45 35.66 87.7 -
YUV 159.88 174.35 193.71 -
System Red Green Blue C M Y K H S L
Decimal 252 97 242 0 0.62 0.04 0.01 303.87 0.96 0.68
Hex FC 61 F2 0 3E 4 1 130 60 44
Octal 374 141 362 0 76 4 1 460 140 104
Binary 11111100 1100001 11110010 0 111110 100 1 100110000 1100000 1000100

Color Harmonies of #FC61F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC61F2

Black with #FC61F2

Text Example


Text Example

White with #FC61F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC61F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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