Html Css Color HEX #FB7085 Brink Pink

📋 copy color: '#FB7085'

red 251 ◦ green 112 ◦ blue 133

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

Shades of Brink Pink #FB7085

Tints of Brink Pink #FB7085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

 BLUE value IS 133 (52.34% from 255) = 26.81%

R = 50.6%
G = 22.58%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB7085 (or 0xFB7085) is known color: Brink Pink. HEX triplet: FB, 70 and 85. RGB value is (251,112,133). Sum of RGB (Red+Green+Blue) = 251+112+133=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7085 is #048F7A. Grayscale: #9C9C9C. Windows color (decimal): -298875 or 8745211. OLE color: 8745211.

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

Color convert

RGB 251 112 133 -
CMYK 0 0.55 0.47 0.02
HSL 350.94º 0.95% 0.71% -
HSV(B) 350.94º 0.55% 0.98% -
XYZ 49.81 33.79 26.09 -
YUV 155.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 251 112 133 0 0.55 0.47 0.02 350.94 0.95 0.71
Hex FB 70 85 0 37 2F 2 15F 5F 47
Octal 373 160 205 0 67 57 2 537 137 107
Binary 11111011 1110000 10000101 0 110111 101111 10 101011111 1011111 1000111

Color Harmonies of #FB7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7085

Black with #FB7085

Text Example


Text Example

White with #FB7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7085; }

 p { color: rgb(251,112,133); }

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

background-color css

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

 a { background-color: rgb(251,112,133); }

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

border-color css

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

 span { border-color: rgb(251,112,133); }

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