Html Css Color HEX #FF668F Brink Pink

📋 copy color: '#FF668F'

red 255 ◦ green 102 ◦ blue 143

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

Shades of Brink Pink #FF668F

Tints of Brink Pink #FF668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 51%
G = 20.4%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF668F (or 0xFF668F) is known color: Brink Pink. HEX triplet: FF, 66 and 8F. RGB value is (255,102,143). Sum of RGB (Red+Green+Blue) = 255+102+143=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668F is #009970. Grayscale: #989898. Windows color (decimal): -39281 or 9398015. OLE color: 9398015.

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

Color convert

RGB 255 102 143 -
CMYK 0 0.6 0.44 0
HSL 343.92º 1% 0.7% -
HSV(B) 343.92º 0.6% 1% -
XYZ 50.95 32.75 29.62 -
YUV 152.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 255 102 143 0 0.6 0.44 0 343.92 1 0.7
Hex FF 66 8F 0 3C 2C 0 158 64 46
Octal 377 146 217 0 74 54 0 530 144 106
Binary 11111111 1100110 10001111 0 111100 101100 0 101011000 1100100 1000110

Color Harmonies of #FF668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF668F

Black with #FF668F

Text Example


Text Example

White with #FF668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF668F; }

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

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

background-color css

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

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

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

border-color css

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

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

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