Html Css Color HEX #FF6C8C Brink Pink

📋 copy color: '#FF6C8C'

red 255 ◦ green 108 ◦ blue 140

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

Shades of Brink Pink #FF6C8C

Tints of Brink Pink #FF6C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 50.7%
G = 21.47%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF6C8C (or 0xFF6C8C) is known color: Brink Pink. HEX triplet: FF, 6C and 8C. RGB value is (255,108,140). Sum of RGB (Red+Green+Blue) = 255+108+140=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C8C is #009373. Grayscale: #9B9B9B. Windows color (decimal): -37748 or 9202943. OLE color: 9202943.

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

Color convert

RGB 255 108 140 -
CMYK 0 0.58 0.45 0
HSL 346.94º 1% 0.71% -
HSV(B) 346.94º 0.58% 1% -
XYZ 51.34 33.88 28.64 -
YUV 155.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 255 108 140 0 0.58 0.45 0 346.94 1 0.71
Hex FF 6C 8C 0 3A 2D 0 15B 64 47
Octal 377 154 214 0 72 55 0 533 144 107
Binary 11111111 1101100 10001100 0 111010 101101 0 101011011 1100100 1000111

Color Harmonies of #FF6C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C8C

Black with #FF6C8C

Text Example


Text Example

White with #FF6C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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