Html Css Color HEX #FB57F0 Pink Flamingo

📋 copy color: '#FB57F0'

red 251 ◦ green 87 ◦ blue 240

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

Shades of Pink Flamingo #FB57F0

Tints of Pink Flamingo #FB57F0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.05%

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

R = 43.43%
G = 15.05%
B = 41.52%

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

#FB57F0 (or 0xFB57F0) is known color: Pink Flamingo. HEX triplet: FB, 57 and F0. RGB value is (251,87,240). Sum of RGB (Red+Green+Blue) = 251+87+240=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 87 (34.38% from 255 or 15.05% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB57F0 is #04A80F. Grayscale: #999999. Windows color (decimal): -305168 or 15751163. OLE color: 15751163.

HSL color Cylindrical-coordinate representation of color #FB57F0: hue angle of 304.02º 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 #FB57F0 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 87 240 -
CMYK 0 0.65 0.04 0.02
HSL 304.02º 0.95% 0.66% -
HSV(B) 304.02º 0.65% 0.98% -
XYZ 58.92 33.62 85.82 -
YUV 153.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 251 87 240 0 0.65 0.04 0.02 304.02 0.95 0.66
Hex FB 57 F0 0 41 4 2 130 5F 42
Octal 373 127 360 0 101 4 2 460 137 102
Binary 11111011 1010111 11110000 0 1000001 100 10 100110000 1011111 1000010

Color Harmonies of #FB57F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB57F0

Black with #FB57F0

Text Example


Text Example

White with #FB57F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB57F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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