Html Css Color HEX #FC34FA Pink Flamingo

📋 copy color: '#FC34FA'

red 252 ◦ green 52 ◦ blue 250

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

Shades of Pink Flamingo #FC34FA

Tints of Pink Flamingo #FC34FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.39%

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 45.49%
G = 9.39%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC34FA (or 0xFC34FA) is known color: Pink Flamingo. HEX triplet: FC, 34 and FA. RGB value is (252,52,250). Sum of RGB (Red+Green+Blue) = 252+52+250=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 52 (20.70% from 255 or 9.39% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC34FA is #03CB05. Grayscale: #858585. Windows color (decimal): -248582 or 16397564. OLE color: 16397564.

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

Color convert

RGB 252 52 250 -
CMYK 0 0.79 0.01 0.01
HSL 300.6º 0.97% 0.6% -
HSV(B) 300.6º 0.79% 0.99% -
XYZ 58.63 30.05 93.15 -
YUV 134.37 193.26 211.9 -
System Red Green Blue C M Y K H S L
Decimal 252 52 250 0 0.79 0.01 0.01 300.6 0.97 0.6
Hex FC 34 FA 0 4F 1 1 12D 61 3C
Octal 374 64 372 0 117 1 1 455 141 74
Binary 11111100 110100 11111010 0 1001111 1 1 100101101 1100001 111100

Color Harmonies of #FC34FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC34FA

Black with #FC34FA

Text Example


Text Example

White with #FC34FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC34FA; }

 p { color: rgb(252,52,250); }

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

background-color css

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

 a { background-color: rgb(252,52,250); }

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

border-color css

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

 span { border-color: rgb(252,52,250); }

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