Html Css Color HEX #FF6695 Brink Pink

📋 copy color: '#FF6695'

red 255 ◦ green 102 ◦ blue 149

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

Shades of Brink Pink #FF6695

Tints of Brink Pink #FF6695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 50.4%
G = 20.16%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6695 (or 0xFF6695) is known color: Brink Pink. HEX triplet: FF, 66 and 95. RGB value is (255,102,149). Sum of RGB (Red+Green+Blue) = 255+102+149=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6695 is #00996A. Grayscale: #999999. Windows color (decimal): -39275 or 9791231. OLE color: 9791231.

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

Color convert

RGB 255 102 149 -
CMYK 0 0.6 0.42 0
HSL 341.57º 1% 0.7% -
HSV(B) 341.57º 0.6% 1% -
XYZ 51.42 32.93 32.08 -
YUV 153.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 255 102 149 0 0.6 0.42 0 341.57 1 0.7
Hex FF 66 95 0 3C 2A 0 156 64 46
Octal 377 146 225 0 74 52 0 526 144 106
Binary 11111111 1100110 10010101 0 111100 101010 0 101010110 1100100 1000110

Color Harmonies of #FF6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6695

Black with #FF6695

Text Example


Text Example

White with #FF6695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6695; }

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

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

background-color css

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

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

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

border-color css

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

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

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