Html Css Color HEX #FB6092 Brink Pink

📋 copy color: '#FB6092'

red 251 ◦ green 96 ◦ blue 146

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

Shades of Brink Pink #FB6092

Tints of Brink Pink #FB6092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.61%

R = 50.91%
G = 19.47%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB6092 (or 0xFB6092) is known color: Brink Pink. HEX triplet: FB, 60 and 92. RGB value is (251,96,146). Sum of RGB (Red+Green+Blue) = 251+96+146=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6092 is #049F6D. Grayscale: #949494. Windows color (decimal): -302958 or 9593083. OLE color: 9593083.

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

Color convert

RGB 251 96 146 -
CMYK 0 0.62 0.42 0.02
HSL 340.65º 0.95% 0.68% -
HSV(B) 340.65º 0.62% 0.98% -
XYZ 49.15 30.95 30.58 -
YUV 148.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 251 96 146 0 0.62 0.42 0.02 340.65 0.95 0.68
Hex FB 60 92 0 3E 2A 2 155 5F 44
Octal 373 140 222 0 76 52 2 525 137 104
Binary 11111011 1100000 10010010 0 111110 101010 10 101010101 1011111 1000100

Color Harmonies of #FB6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6092

Black with #FB6092

Text Example


Text Example

White with #FB6092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6092; }

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

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

background-color css

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

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

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

border-color css

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

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

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