Html Css Color HEX #FF6896 Brink Pink

📋 copy color: '#FF6896'

red 255 ◦ green 104 ◦ blue 150

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

Shades of Brink Pink #FF6896

Tints of Brink Pink #FF6896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.43%

 BLUE value IS 150 (58.98% from 255) = 29.47%

R = 50.1%
G = 20.43%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF6896 (or 0xFF6896) is known color: Brink Pink. HEX triplet: FF, 68 and 96. RGB value is (255,104,150). Sum of RGB (Red+Green+Blue) = 255+104+150=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6896 is #009769. Grayscale: #9A9A9A. Windows color (decimal): -38762 or 9857279. OLE color: 9857279.

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

Color convert

RGB 255 104 150 -
CMYK 0 0.59 0.41 0
HSL 341.72º 1% 0.7% -
HSV(B) 341.72º 0.59% 1% -
XYZ 51.7 33.36 32.57 -
YUV 154.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 255 104 150 0 0.59 0.41 0 341.72 1 0.7
Hex FF 68 96 0 3B 29 0 156 64 46
Octal 377 150 226 0 73 51 0 526 144 106
Binary 11111111 1101000 10010110 0 111011 101001 0 101010110 1100100 1000110

Color Harmonies of #FF6896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6896

Black with #FF6896

Text Example


Text Example

White with #FF6896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6896; }

 p { color: rgb(255,104,150); }

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

background-color css

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

 a { background-color: rgb(255,104,150); }

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

border-color css

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

 span { border-color: rgb(255,104,150); }

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