Html Css Color HEX #FF6091 Brink Pink

📋 copy color: '#FF6091'

red 255 ◦ green 96 ◦ blue 145

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

Shades of Brink Pink #FF6091

Tints of Brink Pink #FF6091

RGB

 RED value IS 255 (100% from 255) = 51.41%

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

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 51.41%
G = 19.35%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF6091 (or 0xFF6091) is known color: Brink Pink. HEX triplet: FF, 60 and 91. RGB value is (255,96,145). Sum of RGB (Red+Green+Blue) = 255+96+145=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6091 is #009F6E. Grayscale: #959595. Windows color (decimal): -40815 or 9527551. OLE color: 9527551.

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

Color convert

RGB 255 96 145 -
CMYK 0 0.62 0.43 0
HSL 341.51º 1% 0.69% -
HSV(B) 341.51º 0.62% 1% -
XYZ 50.53 31.67 30.24 -
YUV 149.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 255 96 145 0 0.62 0.43 0 341.51 1 0.69
Hex FF 60 91 0 3E 2B 0 156 64 45
Octal 377 140 221 0 76 53 0 526 144 105
Binary 11111111 1100000 10010001 0 111110 101011 0 101010110 1100100 1000101

Color Harmonies of #FF6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6091

Black with #FF6091

Text Example


Text Example

White with #FF6091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6091; }

 p { color: rgb(255,96,145); }

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

background-color css

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

 a { background-color: rgb(255,96,145); }

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

border-color css

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

 span { border-color: rgb(255,96,145); }

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