Html Css Color HEX #FF6A7F Brink Pink

📋 copy color: '#FF6A7F'

red 255 ◦ green 106 ◦ blue 127

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

Shades of Brink Pink #FF6A7F

Tints of Brink Pink #FF6A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.02%

R = 52.25%
G = 21.72%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6A7F (or 0xFF6A7F) is known color: Brink Pink. HEX triplet: FF, 6A and 7F. RGB value is (255,106,127). Sum of RGB (Red+Green+Blue) = 255+106+127=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A7F is #009580. Grayscale: #999999. Windows color (decimal): -38273 or 8350463. OLE color: 8350463.

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

Color convert

RGB 255 106 127 -
CMYK 0 0.58 0.50 0
HSL 351.54º 1% 0.71% -
HSV(B) 351.54º 0.58% 1% -
XYZ 50.22 33.1 23.82 -
YUV 152.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 255 106 127 0 0.58 0.50 0 351.54 1 0.71
Hex FF 6A 7F 0 3A 32 0 160 64 47
Octal 377 152 177 0 72 62 0 540 144 107
Binary 11111111 1101010 1111111 0 111010 110010 0 101100000 1100100 1000111

Color Harmonies of #FF6A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A7F

Black with #FF6A7F

Text Example


Text Example

White with #FF6A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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