Html Css Color HEX #FB6582 Brink Pink

📋 copy color: '#FB6582'

red 251 ◦ green 101 ◦ blue 130

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

Shades of Brink Pink #FB6582

Tints of Brink Pink #FB6582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.95%

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 52.07%
G = 20.95%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB6582 (or 0xFB6582) is known color: Brink Pink. HEX triplet: FB, 65 and 82. RGB value is (251,101,130). Sum of RGB (Red+Green+Blue) = 251+101+130=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6582 is #049A7D. Grayscale: #959595. Windows color (decimal): -301694 or 8545787. OLE color: 8545787.

HSL color Cylindrical-coordinate representation of color #FB6582: hue angle of 348.4º 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 #FB6582 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 101 130 -
CMYK 0 0.60 0.48 0.02
HSL 348.4º 0.95% 0.69% -
HSV(B) 348.4º 0.6% 0.98% -
XYZ 48.47 31.43 24.63 -
YUV 149.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 251 101 130 0 0.60 0.48 0.02 348.4 0.95 0.69
Hex FB 65 82 0 3C 30 2 15C 5F 45
Octal 373 145 202 0 74 60 2 534 137 105
Binary 11111011 1100101 10000010 0 111100 110000 10 101011100 1011111 1000101

Color Harmonies of #FB6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6582

Black with #FB6582

Text Example


Text Example

White with #FB6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6582; }

 p { color: rgb(251,101,130); }

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

background-color css

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

 a { background-color: rgb(251,101,130); }

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

border-color css

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

 span { border-color: rgb(251,101,130); }

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