Html Css Color HEX #FF6F79 Brink Pink

📋 copy color: '#FF6F79'

red 255 ◦ green 111 ◦ blue 121

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

Shades of Brink Pink #FF6F79

Tints of Brink Pink #FF6F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 52.36%
G = 22.79%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF6F79 (or 0xFF6F79) is known color: Brink Pink. HEX triplet: FF, 6F and 79. RGB value is (255,111,121). Sum of RGB (Red+Green+Blue) = 255+111+121=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F79 is #009086. Grayscale: #9B9B9B. Windows color (decimal): -36999 or 7958527. OLE color: 7958527.

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

Color convert

RGB 255 111 121 -
CMYK 0 0.56 0.53 0
HSL 355.83º 1% 0.72% -
HSV(B) 355.83º 0.56% 1% -
XYZ 50.38 34.01 22 -
YUV 155.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 255 111 121 0 0.56 0.53 0 355.83 1 0.72
Hex FF 6F 79 0 38 35 0 164 64 48
Octal 377 157 171 0 70 65 0 544 144 110
Binary 11111111 1101111 1111001 0 111000 110101 0 101100100 1100100 1001000

Color Harmonies of #FF6F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F79

Black with #FF6F79

Text Example


Text Example

White with #FF6F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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