Html Css Color HEX #FD4BFF Pink Flamingo

📋 copy color: '#FD4BFF'

red 253 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #FD4BFF

Tints of Pink Flamingo #FD4BFF

RGB

 RED value IS 253 (99.22% from 255) = 43.4%

 GREEN value IS 75 (29.69% from 255) = 12.86%

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

R = 43.4%
G = 12.86%
B = 43.74%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD4BFF (or 0xFD4BFF) is known color: Pink Flamingo. HEX triplet: FD, 4B and FF. RGB value is (253,75,255). Sum of RGB (Red+Green+Blue) = 253+75+255=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 75 (29.69% from 255 or 12.86% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4BFF is #02B400. Grayscale: #949494. Windows color (decimal): -177153 or 16731133. OLE color: 16731133.

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

Color convert

RGB 253 75 255 -
CMYK 0.01 0.71 0 0
HSL 299.33º 1% 0.65% -
HSV(B) 299.33º 0.71% 1% -
XYZ 61.07 33.13 97.78 -
YUV 148.74 187.97 202.36 -
System Red Green Blue C M Y K H S L
Decimal 253 75 255 0.01 0.71 0 0 299.33 1 0.65
Hex FD 4B FF 1 47 0 0 12B 64 41
Octal 375 113 377 1 107 0 0 453 144 101
Binary 11111101 1001011 11111111 1 1000111 0 0 100101011 1100100 1000001

Color Harmonies of #FD4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4BFF

Black with #FD4BFF

Text Example


Text Example

White with #FD4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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