Html Css Color HEX #FF6C7E Brink Pink

📋 copy color: '#FF6C7E'

red 255 ◦ green 108 ◦ blue 126

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

Shades of Brink Pink #FF6C7E

Tints of Brink Pink #FF6C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.09%

 BLUE value IS 126 (49.61% from 255) = 25.77%

R = 52.15%
G = 22.09%
B = 25.77%

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

#FF6C7E (or 0xFF6C7E) is known color: Brink Pink. HEX triplet: FF, 6C and 7E. RGB value is (255,108,126). Sum of RGB (Red+Green+Blue) = 255+108+126=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C7E is #009381. Grayscale: #9A9A9A. Windows color (decimal): -37762 or 8285439. OLE color: 8285439.

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

Color convert

RGB 255 108 126 -
CMYK 0 0.58 0.51 0
HSL 352.65º 1% 0.71% -
HSV(B) 352.65º 0.58% 1% -
XYZ 50.37 33.49 23.55 -
YUV 154.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 255 108 126 0 0.58 0.51 0 352.65 1 0.71
Hex FF 6C 7E 0 3A 33 0 161 64 47
Octal 377 154 176 0 72 63 0 541 144 107
Binary 11111111 1101100 1111110 0 111010 110011 0 101100001 1100100 1000111

Color Harmonies of #FF6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C7E

Black with #FF6C7E

Text Example


Text Example

White with #FF6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C7E; }

 p { color: rgb(255,108,126); }

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

background-color css

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

 a { background-color: rgb(255,108,126); }

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

border-color css

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

 span { border-color: rgb(255,108,126); }

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