Html Css Color HEX #FF6F7D Brink Pink

📋 copy color: '#FF6F7D'

red 255 ◦ green 111 ◦ blue 125

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

Shades of Brink Pink #FF6F7D

Tints of Brink Pink #FF6F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 51.93%
G = 22.61%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF6F7D (or 0xFF6F7D) is known color: Brink Pink. HEX triplet: FF, 6F and 7D. RGB value is (255,111,125). Sum of RGB (Red+Green+Blue) = 255+111+125=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F7D is #009082. Grayscale: #9B9B9B. Windows color (decimal): -36995 or 8220671. OLE color: 8220671.

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

Color convert

RGB 255 111 125 -
CMYK 0 0.56 0.51 0
HSL 354.17º 1% 0.72% -
HSV(B) 354.17º 0.56% 1% -
XYZ 50.63 34.11 23.32 -
YUV 155.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 255 111 125 0 0.56 0.51 0 354.17 1 0.72
Hex FF 6F 7D 0 38 33 0 162 64 48
Octal 377 157 175 0 70 63 0 542 144 110
Binary 11111111 1101111 1111101 0 111000 110011 0 101100010 1100100 1001000

Color Harmonies of #FF6F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F7D

Black with #FF6F7D

Text Example


Text Example

White with #FF6F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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