Html Css Color HEX #FB5FF0 Pink Flamingo

📋 copy color: '#FB5FF0'

red 251 ◦ green 95 ◦ blue 240

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

Shades of Pink Flamingo #FB5FF0

Tints of Pink Flamingo #FB5FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.21%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 42.83%
G = 16.21%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB5FF0 (or 0xFB5FF0) is known color: Pink Flamingo. HEX triplet: FB, 5F and F0. RGB value is (251,95,240). Sum of RGB (Red+Green+Blue) = 251+95+240=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 95 (37.5% from 255 or 16.21% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FF0 is #04A00F. Grayscale: #9D9D9D. Windows color (decimal): -303120 or 15753211. OLE color: 15753211.

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

Color convert

RGB 251 95 240 -
CMYK 0 0.62 0.04 0.02
HSL 304.23º 0.95% 0.68% -
HSV(B) 304.23º 0.62% 0.98% -
XYZ 59.6 34.98 86.05 -
YUV 158.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 251 95 240 0 0.62 0.04 0.02 304.23 0.95 0.68
Hex FB 5F F0 0 3E 4 2 130 5F 44
Octal 373 137 360 0 76 4 2 460 137 104
Binary 11111011 1011111 11110000 0 111110 100 10 100110000 1011111 1000100

Color Harmonies of #FB5FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5FF0

Black with #FB5FF0

Text Example


Text Example

White with #FB5FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5FF0; }

 p { color: rgb(251,95,240); }

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

background-color css

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

 a { background-color: rgb(251,95,240); }

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

border-color css

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

 span { border-color: rgb(251,95,240); }

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