Html Css Color HEX #FB6090 Brink Pink

📋 copy color: '#FB6090'

red 251 ◦ green 96 ◦ blue 144

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

Shades of Brink Pink #FB6090

Tints of Brink Pink #FB6090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.55%

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

R = 51.12%
G = 19.55%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB6090 (or 0xFB6090) is known color: Brink Pink. HEX triplet: FB, 60 and 90. RGB value is (251,96,144). Sum of RGB (Red+Green+Blue) = 251+96+144=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6090 is #049F6F. Grayscale: #939393. Windows color (decimal): -302960 or 9462011. OLE color: 9462011.

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

Color convert

RGB 251 96 144 -
CMYK 0 0.62 0.43 0.02
HSL 341.42º 0.95% 0.68% -
HSV(B) 341.42º 0.62% 0.98% -
XYZ 49 30.89 29.77 -
YUV 147.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 251 96 144 0 0.62 0.43 0.02 341.42 0.95 0.68
Hex FB 60 90 0 3E 2B 2 155 5F 44
Octal 373 140 220 0 76 53 2 525 137 104
Binary 11111011 1100000 10010000 0 111110 101011 10 101010101 1011111 1000100

Color Harmonies of #FB6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6090

Black with #FB6090

Text Example


Text Example

White with #FB6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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