Html Css Color HEX #FF6F8F Brink Pink

📋 copy color: '#FF6F8F'

red 255 ◦ green 111 ◦ blue 143

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

Shades of Brink Pink #FF6F8F

Tints of Brink Pink #FF6F8F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.81%

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

R = 50.1%
G = 21.81%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF6F8F (or 0xFF6F8F) is known color: Brink Pink. HEX triplet: FF, 6F and 8F. RGB value is (255,111,143). Sum of RGB (Red+Green+Blue) = 255+111+143=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F8F is #009070. Grayscale: #9D9D9D. Windows color (decimal): -36977 or 9400319. OLE color: 9400319.

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

Color convert

RGB 255 111 143 -
CMYK 0 0.56 0.44 0
HSL 346.67º 1% 0.72% -
HSV(B) 346.67º 0.56% 1% -
XYZ 51.88 34.61 29.93 -
YUV 157.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 255 111 143 0 0.56 0.44 0 346.67 1 0.72
Hex FF 6F 8F 0 38 2C 0 15B 64 48
Octal 377 157 217 0 70 54 0 533 144 110
Binary 11111111 1101111 10001111 0 111000 101100 0 101011011 1100100 1001000

Color Harmonies of #FF6F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F8F

Black with #FF6F8F

Text Example


Text Example

White with #FF6F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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