Html Css Color HEX #FB57F2 Pink Flamingo

📋 copy color: '#FB57F2'

red 251 ◦ green 87 ◦ blue 242

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

Shades of Pink Flamingo #FB57F2

Tints of Pink Flamingo #FB57F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 43.28%
G = 15%
B = 41.72%

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

#FB57F2 (or 0xFB57F2) is known color: Pink Flamingo. HEX triplet: FB, 57 and F2. RGB value is (251,87,242). Sum of RGB (Red+Green+Blue) = 251+87+242=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB57F2 is #04A80D. Grayscale: #999999. Windows color (decimal): -305166 or 15882235. OLE color: 15882235.

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

Color convert

RGB 251 87 242 -
CMYK 0 0.65 0.04 0.02
HSL 303.29º 0.95% 0.66% -
HSV(B) 303.29º 0.65% 0.98% -
XYZ 59.22 33.74 87.4 -
YUV 153.71 177.83 197.4 -
System Red Green Blue C M Y K H S L
Decimal 251 87 242 0 0.65 0.04 0.02 303.29 0.95 0.66
Hex FB 57 F2 0 41 4 2 12F 5F 42
Octal 373 127 362 0 101 4 2 457 137 102
Binary 11111011 1010111 11110010 0 1000001 100 10 100101111 1011111 1000010

Color Harmonies of #FB57F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB57F2

Black with #FB57F2

Text Example


Text Example

White with #FB57F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB57F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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