Html Css Color HEX #FF6F7C Brink Pink

📋 copy color: '#FF6F7C'

red 255 ◦ green 111 ◦ blue 124

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

Shades of Brink Pink #FF6F7C

Tints of Brink Pink #FF6F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 52.04%
G = 22.65%
B = 25.31%

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

#FF6F7C (or 0xFF6F7C) is known color: Brink Pink. HEX triplet: FF, 6F and 7C. RGB value is (255,111,124). Sum of RGB (Red+Green+Blue) = 255+111+124=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F7C is #009083. Grayscale: #9B9B9B. Windows color (decimal): -36996 or 8155135. OLE color: 8155135.

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

Color convert

RGB 255 111 124 -
CMYK 0 0.56 0.51 0
HSL 354.58º 1% 0.72% -
HSV(B) 354.58º 0.56% 1% -
XYZ 50.56 34.08 22.98 -
YUV 155.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 255 111 124 0 0.56 0.51 0 354.58 1 0.72
Hex FF 6F 7C 0 38 33 0 163 64 48
Octal 377 157 174 0 70 63 0 543 144 110
Binary 11111111 1101111 1111100 0 111000 110011 0 101100011 1100100 1001000

Color Harmonies of #FF6F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F7C

Black with #FF6F7C

Text Example


Text Example

White with #FF6F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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