Html Css Color HEX #FF6A91 Brink Pink

📋 copy color: '#FF6A91'

red 255 ◦ green 106 ◦ blue 145

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

Shades of Brink Pink #FF6A91

Tints of Brink Pink #FF6A91

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.95%

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

R = 50.4%
G = 20.95%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF6A91 (or 0xFF6A91) is known color: Brink Pink. HEX triplet: FF, 6A and 91. RGB value is (255,106,145). Sum of RGB (Red+Green+Blue) = 255+106+145=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A91 is #00956E. Grayscale: #9A9A9A. Windows color (decimal): -38255 or 9530111. OLE color: 9530111.

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

Color convert

RGB 255 106 145 -
CMYK 0 0.58 0.43 0
HSL 344.3º 1% 0.71% -
HSV(B) 344.3º 0.58% 1% -
XYZ 51.5 33.61 30.56 -
YUV 155 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 255 106 145 0 0.58 0.43 0 344.3 1 0.71
Hex FF 6A 91 0 3A 2B 0 158 64 47
Octal 377 152 221 0 72 53 0 530 144 107
Binary 11111111 1101010 10010001 0 111010 101011 0 101011000 1100100 1000111

Color Harmonies of #FF6A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A91

Black with #FF6A91

Text Example


Text Example

White with #FF6A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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