Html Css Color HEX #FF4CFF Pink Flamingo

📋 copy color: '#FF4CFF'

red 255 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #FF4CFF

Tints of Pink Flamingo #FF4CFF

RGB

 RED value IS 255 (100% from 255) = 43.52%

 GREEN value IS 76 (30.08% from 255) = 12.97%

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

R = 43.52%
G = 12.97%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF4CFF (or 0xFF4CFF) is known color: Pink Flamingo. HEX triplet: FF, 4C and FF. RGB value is (255,76,255). Sum of RGB (Red+Green+Blue) = 255+76+255=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 76 (30.08% from 255 or 12.97% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4CFF is #00B300. Grayscale: #959595. Windows color (decimal): -45825 or 16731391. OLE color: 16731391.

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

Color convert

RGB 255 76 255 -
CMYK 0 0.70 0 0
HSL 300º 1% 0.65% -
HSV(B) 300º 0.7% 1% -
XYZ 61.87 33.65 97.84 -
YUV 149.93 187.3 202.95 -
System Red Green Blue C M Y K H S L
Decimal 255 76 255 0 0.70 0 0 300 1 0.65
Hex FF 4C FF 0 46 0 0 12C 64 41
Octal 377 114 377 0 106 0 0 454 144 101
Binary 11111111 1001100 11111111 0 1000110 0 0 100101100 1100100 1000001

Color Harmonies of #FF4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4CFF

Black with #FF4CFF

Text Example


Text Example

White with #FF4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4CFF; }

 p { color: rgb(255,76,255); }

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

background-color css

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

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

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

border-color css

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

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

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