Html Css Color HEX #FB52EE Pink Flamingo

📋 copy color: '#FB52EE'

red 251 ◦ green 82 ◦ blue 238

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

Shades of Pink Flamingo #FB52EE

Tints of Pink Flamingo #FB52EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.36%

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 43.96%
G = 14.36%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB52EE (or 0xFB52EE) is known color: Pink Flamingo. HEX triplet: FB, 52 and EE. RGB value is (251,82,238). Sum of RGB (Red+Green+Blue) = 251+82+238=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 82 (32.42% from 255 or 14.36% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB52EE is #04AD11. Grayscale: #959595. Windows color (decimal): -306450 or 15618811. OLE color: 15618811.

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

Color convert

RGB 251 82 238 -
CMYK 0 0.67 0.05 0.02
HSL 304.62º 0.95% 0.65% -
HSV(B) 304.62º 0.67% 0.98% -
XYZ 58.23 32.72 84.13 -
YUV 150.32 177.49 199.82 -
System Red Green Blue C M Y K H S L
Decimal 251 82 238 0 0.67 0.05 0.02 304.62 0.95 0.65
Hex FB 52 EE 0 43 5 2 131 5F 41
Octal 373 122 356 0 103 5 2 461 137 101
Binary 11111011 1010010 11101110 0 1000011 101 10 100110001 1011111 1000001

Color Harmonies of #FB52EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB52EE

Black with #FB52EE

Text Example


Text Example

White with #FB52EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB52EE; }

 p { color: rgb(251,82,238); }

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

background-color css

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

 a { background-color: rgb(251,82,238); }

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

border-color css

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

 span { border-color: rgb(251,82,238); }

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