Html Css Color HEX #FB5CFF Pink Flamingo

📋 copy color: '#FB5CFF'

red 251 ◦ green 92 ◦ blue 255

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

Shades of Pink Flamingo #FB5CFF

Tints of Pink Flamingo #FB5CFF

RGB

 RED value IS 251 (98.44% from 255) = 41.97%

 GREEN value IS 92 (36.33% from 255) = 15.38%

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

R = 41.97%
G = 15.38%
B = 42.64%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB5CFF (or 0xFB5CFF) is known color: Pink Flamingo. HEX triplet: FB, 5C and FF. RGB value is (251,92,255). Sum of RGB (Red+Green+Blue) = 251+92+255=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 92 (36.33% from 255 or 15.38% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5CFF is #04A300. Grayscale: #9D9D9D. Windows color (decimal): -303873 or 16735483. OLE color: 16735483.

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

Color convert

RGB 251 92 255 -
CMYK 0.02 0.64 0 0
HSL 298.53º 1% 0.68% -
HSV(B) 298.53º 0.64% 1% -
XYZ 61.66 35.38 98.19 -
YUV 158.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 251 92 255 0.02 0.64 0 0 298.53 1 0.68
Hex FB 5C FF 2 40 0 0 12B 64 44
Octal 373 134 377 2 100 0 0 453 144 104
Binary 11111011 1011100 11111111 10 1000000 0 0 100101011 1100100 1000100

Color Harmonies of #FB5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5CFF

Black with #FB5CFF

Text Example


Text Example

White with #FB5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5CFF; }

 p { color: rgb(251,92,255); }

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

background-color css

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

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

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

border-color css

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

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

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