Html Css Color HEX #FC3CF7 Pink Flamingo

📋 copy color: '#FC3CF7'

red 252 ◦ green 60 ◦ blue 247

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

Shades of Pink Flamingo #FC3CF7

Tints of Pink Flamingo #FC3CF7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.73%

 BLUE value IS 247 (96.88% from 255) = 44.19%

R = 45.08%
G = 10.73%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC3CF7 (or 0xFC3CF7) is known color: Pink Flamingo. HEX triplet: FC, 3C and F7. RGB value is (252,60,247). Sum of RGB (Red+Green+Blue) = 252+60+247=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 60 (23.83% from 255 or 10.73% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3CF7 is #03C308. Grayscale: #8A8A8A. Windows color (decimal): -246537 or 16203004. OLE color: 16203004.

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

Color convert

RGB 252 60 247 -
CMYK 0 0.76 0.02 0.01
HSL 301.56º 0.97% 0.61% -
HSV(B) 301.56º 0.76% 0.99% -
XYZ 58.55 30.64 90.82 -
YUV 138.73 189.11 208.79 -
System Red Green Blue C M Y K H S L
Decimal 252 60 247 0 0.76 0.02 0.01 301.56 0.97 0.61
Hex FC 3C F7 0 4C 2 1 12E 61 3D
Octal 374 74 367 0 114 2 1 456 141 75
Binary 11111100 111100 11110111 0 1001100 10 1 100101110 1100001 111101

Color Harmonies of #FC3CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CF7

Black with #FC3CF7

Text Example


Text Example

White with #FC3CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CF7; }

 p { color: rgb(252,60,247); }

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

background-color css

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

 a { background-color: rgb(252,60,247); }

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

border-color css

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

 span { border-color: rgb(252,60,247); }

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