Html Css Color HEX #FB7581 Brink Pink

📋 copy color: '#FB7581'

red 251 ◦ green 117 ◦ blue 129

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

Shades of Brink Pink #FB7581

Tints of Brink Pink #FB7581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 50.5%
G = 23.54%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB7581 (or 0xFB7581) is known color: Brink Pink. HEX triplet: FB, 75 and 81. RGB value is (251,117,129). Sum of RGB (Red+Green+Blue) = 251+117+129=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7581 is #048A7E. Grayscale: #9E9E9E. Windows color (decimal): -297599 or 8484347. OLE color: 8484347.

HSL color Cylindrical-coordinate representation of color #FB7581: hue angle of 354.63º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7581 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 129 -
CMYK 0 0.53 0.49 0.02
HSL 354.63º 0.94% 0.72% -
HSV(B) 354.63º 0.53% 0.98% -
XYZ 50.11 34.82 24.85 -
YUV 158.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 251 117 129 0 0.53 0.49 0.02 354.63 0.94 0.72
Hex FB 75 81 0 35 31 2 163 5E 48
Octal 373 165 201 0 65 61 2 543 136 110
Binary 11111011 1110101 10000001 0 110101 110001 10 101100011 1011110 1001000

Color Harmonies of #FB7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7581

Black with #FB7581

Text Example


Text Example

White with #FB7581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7581; }

 p { color: rgb(251,117,129); }

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

background-color css

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

 a { background-color: rgb(251,117,129); }

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

border-color css

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

 span { border-color: rgb(251,117,129); }

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