Html Css Color HEX #FF3BFB Pink Flamingo

📋 copy color: '#FF3BFB'

red 255 ◦ green 59 ◦ blue 251

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

Shades of Pink Flamingo #FF3BFB

Tints of Pink Flamingo #FF3BFB

RGB

 RED value IS 255 (100% from 255) = 45.13%

 GREEN value IS 59 (23.44% from 255) = 10.44%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 45.13%
G = 10.44%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF3BFB (or 0xFF3BFB) is known color: Pink Flamingo. HEX triplet: FF, 3B and FB. RGB value is (255,59,251). Sum of RGB (Red+Green+Blue) = 255+59+251=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 59 (23.44% from 255 or 10.44% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3BFB is #00C404. Grayscale: #8A8A8A. Windows color (decimal): -50181 or 16464895. OLE color: 16464895.

HSL color Cylindrical-coordinate representation of color #FF3BFB: hue angle of 301.22º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BFB is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 59 251 -
CMYK 0 0.77 0.02 0
HSL 301.22º 1% 0.62% -
HSV(B) 301.22º 0.77% 1% -
XYZ 60.22 31.35 94.14 -
YUV 139.49 190.93 210.39 -
System Red Green Blue C M Y K H S L
Decimal 255 59 251 0 0.77 0.02 0 301.22 1 0.62
Hex FF 3B FB 0 4D 2 0 12D 64 3E
Octal 377 73 373 0 115 2 0 455 144 76
Binary 11111111 111011 11111011 0 1001101 10 0 100101101 1100100 111110

Color Harmonies of #FF3BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3BFB

Black with #FF3BFB

Text Example


Text Example

White with #FF3BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3BFB; }

 p { color: rgb(255,59,251); }

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

background-color css

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

 a { background-color: rgb(255,59,251); }

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

border-color css

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

 span { border-color: rgb(255,59,251); }

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