Html Css Color HEX #FB52F3 Pink Flamingo

📋 copy color: '#FB52F3'

red 251 ◦ green 82 ◦ blue 243

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

Shades of Pink Flamingo #FB52F3

Tints of Pink Flamingo #FB52F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.19%

R = 43.58%
G = 14.24%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FB52F3 (or 0xFB52F3) is known color: Pink Flamingo. HEX triplet: FB, 52 and F3. RGB value is (251,82,243). Sum of RGB (Red+Green+Blue) = 251+82+243=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 82 (32.42% from 255 or 14.24% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB52F3 is #04AD0C. Grayscale: #969696. Windows color (decimal): -306445 or 15946491. OLE color: 15946491.

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

Color convert

RGB 251 82 243 -
CMYK 0 0.67 0.03 0.02
HSL 302.84º 0.95% 0.65% -
HSV(B) 302.84º 0.67% 0.98% -
XYZ 58.98 33.01 88.06 -
YUV 150.89 179.99 199.41 -
System Red Green Blue C M Y K H S L
Decimal 251 82 243 0 0.67 0.03 0.02 302.84 0.95 0.65
Hex FB 52 F3 0 43 3 2 12F 5F 41
Octal 373 122 363 0 103 3 2 457 137 101
Binary 11111011 1010010 11110011 0 1000011 11 10 100101111 1011111 1000001

Color Harmonies of #FB52F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB52F3

Black with #FB52F3

Text Example


Text Example

White with #FB52F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB52F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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