Html Css Color HEX #FF6C8A Brink Pink

📋 copy color: '#FF6C8A'

red 255 ◦ green 108 ◦ blue 138

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

Shades of Brink Pink #FF6C8A

Tints of Brink Pink #FF6C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 50.9%
G = 21.56%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF6C8A (or 0xFF6C8A) is known color: Brink Pink. HEX triplet: FF, 6C and 8A. RGB value is (255,108,138). Sum of RGB (Red+Green+Blue) = 255+108+138=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C8A is #009375. Grayscale: #9B9B9B. Windows color (decimal): -37750 or 9071871. OLE color: 9071871.

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

Color convert

RGB 255 108 138 -
CMYK 0 0.58 0.46 0
HSL 347.76º 1% 0.71% -
HSV(B) 347.76º 0.58% 1% -
XYZ 51.19 33.82 27.87 -
YUV 155.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 255 108 138 0 0.58 0.46 0 347.76 1 0.71
Hex FF 6C 8A 0 3A 2E 0 15C 64 47
Octal 377 154 212 0 72 56 0 534 144 107
Binary 11111111 1101100 10001010 0 111010 101110 0 101011100 1100100 1000111

Color Harmonies of #FF6C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C8A

Black with #FF6C8A

Text Example


Text Example

White with #FF6C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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