Html Css Color HEX #FB6384 Brink Pink

📋 copy color: '#FB6384'

red 251 ◦ green 99 ◦ blue 132

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

Shades of Brink Pink #FB6384

Tints of Brink Pink #FB6384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.54%

 BLUE value IS 132 (51.95% from 255) = 27.39%

R = 52.07%
G = 20.54%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB6384 (or 0xFB6384) is known color: Brink Pink. HEX triplet: FB, 63 and 84. RGB value is (251,99,132). Sum of RGB (Red+Green+Blue) = 251+99+132=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6384 is #049C7B. Grayscale: #949494. Windows color (decimal): -302204 or 8676347. OLE color: 8676347.

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

Color convert

RGB 251 99 132 -
CMYK 0 0.61 0.47 0.02
HSL 346.97º 0.95% 0.69% -
HSV(B) 346.97º 0.61% 0.98% -
XYZ 48.41 31.1 25.28 -
YUV 148.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 251 99 132 0 0.61 0.47 0.02 346.97 0.95 0.69
Hex FB 63 84 0 3D 2F 2 15B 5F 45
Octal 373 143 204 0 75 57 2 533 137 105
Binary 11111011 1100011 10000100 0 111101 101111 10 101011011 1011111 1000101

Color Harmonies of #FB6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6384

Black with #FB6384

Text Example


Text Example

White with #FB6384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6384; }

 p { color: rgb(251,99,132); }

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

background-color css

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

 a { background-color: rgb(251,99,132); }

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

border-color css

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

 span { border-color: rgb(251,99,132); }

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