Html Css Color HEX #FF6A7A Brink Pink

📋 copy color: '#FF6A7A'

red 255 ◦ green 106 ◦ blue 122

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

Shades of Brink Pink #FF6A7A

Tints of Brink Pink #FF6A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 52.8%
G = 21.95%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF6A7A (or 0xFF6A7A) is known color: Brink Pink. HEX triplet: FF, 6A and 7A. RGB value is (255,106,122). Sum of RGB (Red+Green+Blue) = 255+106+122=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A7A is #009585. Grayscale: #989898. Windows color (decimal): -38278 or 8022783. OLE color: 8022783.

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

Color convert

RGB 255 106 122 -
CMYK 0 0.58 0.52 0
HSL 353.56º 1% 0.71% -
HSV(B) 353.56º 0.58% 1% -
XYZ 49.91 32.97 22.15 -
YUV 152.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 255 106 122 0 0.58 0.52 0 353.56 1 0.71
Hex FF 6A 7A 0 3A 34 0 162 64 47
Octal 377 152 172 0 72 64 0 542 144 107
Binary 11111111 1101010 1111010 0 111010 110100 0 101100010 1100100 1000111

Color Harmonies of #FF6A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A7A

Black with #FF6A7A

Text Example


Text Example

White with #FF6A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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