Html Css Color HEX #FC35FF Pink Flamingo

📋 copy color: '#FC35FF'

red 252 ◦ green 53 ◦ blue 255

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

Shades of Pink Flamingo #FC35FF

Tints of Pink Flamingo #FC35FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.46%

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

R = 45%
G = 9.46%
B = 45.54%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC35FF (or 0xFC35FF) is known color: Pink Flamingo. HEX triplet: FC, 35 and FF. RGB value is (252,53,255). Sum of RGB (Red+Green+Blue) = 252+53+255=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 53 (21.09% from 255 or 9.46% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC35FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC35FF is #03CA00. Grayscale: #868686. Windows color (decimal): -248321 or 16725500. OLE color: 16725500.

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

Color convert

RGB 252 53 255 -
CMYK 0.01 0.79 0 0
HSL 299.11º 1% 0.6% -
HSV(B) 299.11º 0.79% 1% -
XYZ 59.47 30.46 97.35 -
YUV 135.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 252 53 255 0.01 0.79 0 0 299.11 1 0.6
Hex FC 35 FF 1 4F 0 0 12B 64 3C
Octal 374 65 377 1 117 0 0 453 144 74
Binary 11111100 110101 11111111 1 1001111 0 0 100101011 1100100 111100

Color Harmonies of #FC35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC35FF

Black with #FC35FF

Text Example


Text Example

White with #FC35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC35FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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