Html Css Color HEX #FB58F0 Pink Flamingo

📋 copy color: '#FB58F0'

red 251 ◦ green 88 ◦ blue 240

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

Shades of Pink Flamingo #FB58F0

Tints of Pink Flamingo #FB58F0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.2%

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

R = 43.35%
G = 15.2%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB58F0 (or 0xFB58F0) is known color: Pink Flamingo. HEX triplet: FB, 58 and F0. RGB value is (251,88,240). Sum of RGB (Red+Green+Blue) = 251+88+240=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 88 (34.77% from 255 or 15.20% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB58F0 is #04A70F. Grayscale: #999999. Windows color (decimal): -304912 or 15751419. OLE color: 15751419.

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

Color convert

RGB 251 88 240 -
CMYK 0 0.65 0.04 0.02
HSL 304.05º 0.95% 0.66% -
HSV(B) 304.05º 0.65% 0.98% -
XYZ 59 33.78 85.85 -
YUV 154.07 176.5 197.14 -
System Red Green Blue C M Y K H S L
Decimal 251 88 240 0 0.65 0.04 0.02 304.05 0.95 0.66
Hex FB 58 F0 0 41 4 2 130 5F 42
Octal 373 130 360 0 101 4 2 460 137 102
Binary 11111011 1011000 11110000 0 1000001 100 10 100110000 1011111 1000010

Color Harmonies of #FB58F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB58F0

Black with #FB58F0

Text Example


Text Example

White with #FB58F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB58F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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