Html Css Color HEX #FF6D7C Brink Pink

📋 copy color: '#FF6D7C'

red 255 ◦ green 109 ◦ blue 124

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

Shades of Brink Pink #FF6D7C

Tints of Brink Pink #FF6D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

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

R = 52.25%
G = 22.34%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF6D7C (or 0xFF6D7C) is known color: Brink Pink. HEX triplet: FF, 6D and 7C. RGB value is (255,109,124). Sum of RGB (Red+Green+Blue) = 255+109+124=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D7C is #009283. Grayscale: #9A9A9A. Windows color (decimal): -37508 or 8154623. OLE color: 8154623.

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

Color convert

RGB 255 109 124 -
CMYK 0 0.57 0.51 0
HSL 353.84º 1% 0.71% -
HSV(B) 353.84º 0.57% 1% -
XYZ 50.35 33.65 22.91 -
YUV 154.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 255 109 124 0 0.57 0.51 0 353.84 1 0.71
Hex FF 6D 7C 0 39 33 0 162 64 47
Octal 377 155 174 0 71 63 0 542 144 107
Binary 11111111 1101101 1111100 0 111001 110011 0 101100010 1100100 1000111

Color Harmonies of #FF6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D7C

Black with #FF6D7C

Text Example


Text Example

White with #FF6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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