Html Css Color HEX #FF6995 Brink Pink

📋 copy color: '#FF6995'

red 255 ◦ green 105 ◦ blue 149

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

Shades of Brink Pink #FF6995

Tints of Brink Pink #FF6995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.63%

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

R = 50.1%
G = 20.63%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6995 (or 0xFF6995) is known color: Brink Pink. HEX triplet: FF, 69 and 95. RGB value is (255,105,149). Sum of RGB (Red+Green+Blue) = 255+105+149=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6995 is #00966A. Grayscale: #9A9A9A. Windows color (decimal): -38507 or 9791999. OLE color: 9791999.

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

Color convert

RGB 255 105 149 -
CMYK 0 0.59 0.42 0
HSL 342.4º 1% 0.71% -
HSV(B) 342.4º 0.59% 1% -
XYZ 51.72 33.53 32.18 -
YUV 154.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 255 105 149 0 0.59 0.42 0 342.4 1 0.71
Hex FF 69 95 0 3B 2A 0 156 64 47
Octal 377 151 225 0 73 52 0 526 144 107
Binary 11111111 1101001 10010101 0 111011 101010 0 101010110 1100100 1000111

Color Harmonies of #FF6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6995

Black with #FF6995

Text Example


Text Example

White with #FF6995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6995; }

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

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

background-color css

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

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

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

border-color css

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

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

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