Html Css Color HEX #FF4CFD Pink Flamingo

📋 copy color: '#FF4CFD'

red 255 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #FF4CFD

Tints of Pink Flamingo #FF4CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 43.66%
G = 13.01%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF4CFD (or 0xFF4CFD) is known color: Pink Flamingo. HEX triplet: FF, 4C and FD. RGB value is (255,76,253). Sum of RGB (Red+Green+Blue) = 255+76+253=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 76 (30.08% from 255 or 13.01% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4CFD is #00B302. Grayscale: #959595. Windows color (decimal): -45827 or 16600319. OLE color: 16600319.

HSL color Cylindrical-coordinate representation of color #FF4CFD: hue angle of 300.67º 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 #FF4CFD is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 255 76 253 -
CMYK 0 0.70 0.01 0
HSL 300.67º 1% 0.65% -
HSV(B) 300.67º 0.7% 1% -
XYZ 61.55 33.52 96.15 -
YUV 149.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 255 76 253 0 0.70 0.01 0 300.67 1 0.65
Hex FF 4C FD 0 46 1 0 12D 64 41
Octal 377 114 375 0 106 1 0 455 144 101
Binary 11111111 1001100 11111101 0 1000110 1 0 100101101 1100100 1000001

Color Harmonies of #FF4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4CFD

Black with #FF4CFD

Text Example


Text Example

White with #FF4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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