Html Css Color HEX #FB7290 Brink Pink

📋 copy color: '#FB7290'

red 251 ◦ green 114 ◦ blue 144

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

Shades of Brink Pink #FB7290

Tints of Brink Pink #FB7290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 49.31%
G = 22.4%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB7290 (or 0xFB7290) is known color: Brink Pink. HEX triplet: FB, 72 and 90. RGB value is (251,114,144). Sum of RGB (Red+Green+Blue) = 251+114+144=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7290 is #048D6F. Grayscale: #9E9E9E. Windows color (decimal): -298352 or 9466619. OLE color: 9466619.

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

Color convert

RGB 251 114 144 -
CMYK 0 0.55 0.43 0.02
HSL 346.86º 0.94% 0.72% -
HSV(B) 346.86º 0.55% 0.98% -
XYZ 50.84 34.56 30.38 -
YUV 158.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 251 114 144 0 0.55 0.43 0.02 346.86 0.94 0.72
Hex FB 72 90 0 37 2B 2 15B 5E 48
Octal 373 162 220 0 67 53 2 533 136 110
Binary 11111011 1110010 10010000 0 110111 101011 10 101011011 1011110 1001000

Color Harmonies of #FB7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7290

Black with #FB7290

Text Example


Text Example

White with #FB7290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7290; }

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

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

background-color css

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

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

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

border-color css

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

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

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