Html Css Color HEX #FB7283 Brink Pink

📋 copy color: '#FB7283'

red 251 ◦ green 114 ◦ blue 131

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

Shades of Brink Pink #FB7283

Tints of Brink Pink #FB7283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

 BLUE value IS 131 (51.56% from 255) = 26.41%

R = 50.6%
G = 22.98%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB7283 (or 0xFB7283) is known color: Brink Pink. HEX triplet: FB, 72 and 83. RGB value is (251,114,131). Sum of RGB (Red+Green+Blue) = 251+114+131=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7283 is #048D7C. Grayscale: #9C9C9C. Windows color (decimal): -298365 or 8614651. OLE color: 8614651.

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

Color convert

RGB 251 114 131 -
CMYK 0 0.55 0.48 0.02
HSL 352.55º 0.94% 0.72% -
HSV(B) 352.55º 0.55% 0.98% -
XYZ 49.9 34.18 25.44 -
YUV 156.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 251 114 131 0 0.55 0.48 0.02 352.55 0.94 0.72
Hex FB 72 83 0 37 30 2 161 5E 48
Octal 373 162 203 0 67 60 2 541 136 110
Binary 11111011 1110010 10000011 0 110111 110000 10 101100001 1011110 1001000

Color Harmonies of #FB7283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7283

Black with #FB7283

Text Example


Text Example

White with #FB7283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7283; }

 p { color: rgb(251,114,131); }

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

background-color css

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

 a { background-color: rgb(251,114,131); }

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

border-color css

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

 span { border-color: rgb(251,114,131); }

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