Html Css Color HEX #FB3CF6 Pink Flamingo

📋 copy color: '#FB3CF6'

red 251 ◦ green 60 ◦ blue 246

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

Shades of Pink Flamingo #FB3CF6

Tints of Pink Flamingo #FB3CF6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.77%

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

R = 45.06%
G = 10.77%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FB3CF6 (or 0xFB3CF6) is known color: Pink Flamingo. HEX triplet: FB, 3C and F6. RGB value is (251,60,246). Sum of RGB (Red+Green+Blue) = 251+60+246=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 60 (23.83% from 255 or 10.77% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3CF6 is #04C309. Grayscale: #898989. Windows color (decimal): -312074 or 16137467. OLE color: 16137467.

HSL color Cylindrical-coordinate representation of color #FB3CF6: hue angle of 301.57º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3CF6 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 60 246 -
CMYK 0 0.76 0.02 0.02
HSL 301.57º 0.96% 0.61% -
HSV(B) 301.57º 0.76% 0.98% -
XYZ 58.03 30.39 90 -
YUV 138.31 188.78 208.38 -
System Red Green Blue C M Y K H S L
Decimal 251 60 246 0 0.76 0.02 0.02 301.57 0.96 0.61
Hex FB 3C F6 0 4C 2 2 12E 60 3D
Octal 373 74 366 0 114 2 2 456 140 75
Binary 11111011 111100 11110110 0 1001100 10 10 100101110 1100000 111101

Color Harmonies of #FB3CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3CF6

Black with #FB3CF6

Text Example


Text Example

White with #FB3CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3CF6; }

 p { color: rgb(251,60,246); }

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

background-color css

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

 a { background-color: rgb(251,60,246); }

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

border-color css

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

 span { border-color: rgb(251,60,246); }

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