Html Css Color HEX #FF668C Brink Pink

📋 copy color: '#FF668C'

red 255 ◦ green 102 ◦ blue 140

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

Shades of Brink Pink #FF668C

Tints of Brink Pink #FF668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.52%

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

R = 51.31%
G = 20.52%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF668C (or 0xFF668C) is known color: Brink Pink. HEX triplet: FF, 66 and 8C. RGB value is (255,102,140). Sum of RGB (Red+Green+Blue) = 255+102+140=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668C is #009973. Grayscale: #989898. Windows color (decimal): -39284 or 9201407. OLE color: 9201407.

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

Color convert

RGB 255 102 140 -
CMYK 0 0.6 0.45 0
HSL 345.1º 1% 0.7% -
HSV(B) 345.1º 0.6% 1% -
XYZ 50.72 32.66 28.44 -
YUV 152.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 255 102 140 0 0.6 0.45 0 345.1 1 0.7
Hex FF 66 8C 0 3C 2D 0 159 64 46
Octal 377 146 214 0 74 55 0 531 144 106
Binary 11111111 1100110 10001100 0 111100 101101 0 101011001 1100100 1000110

Color Harmonies of #FF668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF668C

Black with #FF668C

Text Example


Text Example

White with #FF668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF668C; }

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

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

background-color css

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

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

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

border-color css

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

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

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