Html Css Color HEX #FF6A79 Brink Pink

📋 copy color: '#FF6A79'

red 255 ◦ green 106 ◦ blue 121

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

Shades of Brink Pink #FF6A79

Tints of Brink Pink #FF6A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.1%

R = 52.9%
G = 21.99%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF6A79 (or 0xFF6A79) is known color: Brink Pink. HEX triplet: FF, 6A and 79. RGB value is (255,106,121). Sum of RGB (Red+Green+Blue) = 255+106+121=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A79 is #009586. Grayscale: #989898. Windows color (decimal): -38279 or 7957247. OLE color: 7957247.

HSL color Cylindrical-coordinate representation of color #FF6A79: hue angle of 353.96º 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 #FF6A79 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 106 121 -
CMYK 0 0.58 0.53 0
HSL 353.96º 1% 0.71% -
HSV(B) 353.96º 0.58% 1% -
XYZ 49.85 32.95 21.82 -
YUV 152.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 255 106 121 0 0.58 0.53 0 353.96 1 0.71
Hex FF 6A 79 0 3A 35 0 162 64 47
Octal 377 152 171 0 72 65 0 542 144 107
Binary 11111111 1101010 1111001 0 111010 110101 0 101100010 1100100 1000111

Color Harmonies of #FF6A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A79

Black with #FF6A79

Text Example


Text Example

White with #FF6A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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