Html Css Color HEX #FF6A7C Brink Pink

📋 copy color: '#FF6A7C'

red 255 ◦ green 106 ◦ blue 124

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

Shades of Brink Pink #FF6A7C

Tints of Brink Pink #FF6A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 52.58%
G = 21.86%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF6A7C (or 0xFF6A7C) is known color: Brink Pink. HEX triplet: FF, 6A and 7C. RGB value is (255,106,124). Sum of RGB (Red+Green+Blue) = 255+106+124=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A7C is #009583. Grayscale: #989898. Windows color (decimal): -38276 or 8153855. OLE color: 8153855.

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

Color convert

RGB 255 106 124 -
CMYK 0 0.58 0.51 0
HSL 352.75º 1% 0.71% -
HSV(B) 352.75º 0.58% 1% -
XYZ 50.03 33.02 22.81 -
YUV 152.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 255 106 124 0 0.58 0.51 0 352.75 1 0.71
Hex FF 6A 7C 0 3A 33 0 161 64 47
Octal 377 152 174 0 72 63 0 541 144 107
Binary 11111111 1101010 1111100 0 111010 110011 0 101100001 1100100 1000111

Color Harmonies of #FF6A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A7C

Black with #FF6A7C

Text Example


Text Example

White with #FF6A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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