Html Css Color HEX #FC34FF Pink Flamingo

📋 copy color: '#FC34FF'

red 252 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #FC34FF

Tints of Pink Flamingo #FC34FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 45.08%
G = 9.3%
B = 45.62%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC34FF (or 0xFC34FF) is known color: Pink Flamingo. HEX triplet: FC, 34 and FF. RGB value is (252,52,255). Sum of RGB (Red+Green+Blue) = 252+52+255=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 52 (20.70% from 255 or 9.30% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC34FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC34FF is #03CB00. Grayscale: #868686. Windows color (decimal): -248577 or 16725244. OLE color: 16725244.

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

Color convert

RGB 252 52 255 -
CMYK 0.01 0.80 0 0
HSL 299.11º 1% 0.6% -
HSV(B) 299.11º 0.8% 1% -
XYZ 59.42 30.37 97.34 -
YUV 134.94 195.76 211.49 -
System Red Green Blue C M Y K H S L
Decimal 252 52 255 0.01 0.80 0 0 299.11 1 0.6
Hex FC 34 FF 1 50 0 0 12B 64 3C
Octal 374 64 377 1 120 0 0 453 144 74
Binary 11111100 110100 11111111 1 1010000 0 0 100101011 1100100 111100

Color Harmonies of #FC34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC34FF

Black with #FC34FF

Text Example


Text Example

White with #FC34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC34FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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