Html Css Color HEX #FF3BF6 Pink Flamingo

📋 copy color: '#FF3BF6'

red 255 ◦ green 59 ◦ blue 246

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

Shades of Pink Flamingo #FF3BF6

Tints of Pink Flamingo #FF3BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.93%

R = 45.54%
G = 10.54%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF3BF6 (or 0xFF3BF6) is known color: Pink Flamingo. HEX triplet: FF, 3B and F6. RGB value is (255,59,246). Sum of RGB (Red+Green+Blue) = 255+59+246=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 59 (23.44% from 255 or 10.54% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3BF6 is #00C409. Grayscale: #8A8A8A. Windows color (decimal): -50186 or 16137215. OLE color: 16137215.

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

Color convert

RGB 255 59 246 -
CMYK 0 0.77 0.04 0
HSL 302.76º 1% 0.62% -
HSV(B) 302.76º 0.77% 1% -
XYZ 59.44 31.04 90.05 -
YUV 138.92 188.43 210.79 -
System Red Green Blue C M Y K H S L
Decimal 255 59 246 0 0.77 0.04 0 302.76 1 0.62
Hex FF 3B F6 0 4D 4 0 12F 64 3E
Octal 377 73 366 0 115 4 0 457 144 76
Binary 11111111 111011 11110110 0 1001101 100 0 100101111 1100100 111110

Color Harmonies of #FF3BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3BF6

Black with #FF3BF6

Text Example


Text Example

White with #FF3BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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