Html Css Color HEX #FB6484 Brink Pink

📋 copy color: '#FB6484'

red 251 ◦ green 100 ◦ blue 132

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

Shades of Brink Pink #FB6484

Tints of Brink Pink #FB6484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.7%

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

R = 51.97%
G = 20.7%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB6484 (or 0xFB6484) is known color: Brink Pink. HEX triplet: FB, 64 and 84. RGB value is (251,100,132). Sum of RGB (Red+Green+Blue) = 251+100+132=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6484 is #049B7B. Grayscale: #949494. Windows color (decimal): -301948 or 8676603. OLE color: 8676603.

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

Color convert

RGB 251 100 132 -
CMYK 0 0.60 0.47 0.02
HSL 347.28º 0.95% 0.69% -
HSV(B) 347.28º 0.6% 0.98% -
XYZ 48.51 31.29 25.31 -
YUV 148.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 251 100 132 0 0.60 0.47 0.02 347.28 0.95 0.69
Hex FB 64 84 0 3C 2F 2 15B 5F 45
Octal 373 144 204 0 74 57 2 533 137 105
Binary 11111011 1100100 10000100 0 111100 101111 10 101011011 1011111 1000101

Color Harmonies of #FB6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6484

Black with #FB6484

Text Example


Text Example

White with #FB6484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6484; }

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

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

background-color css

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

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

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

border-color css

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

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

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