Html Css Color HEX #FF6F7B Brink Pink

📋 copy color: '#FF6F7B'

red 255 ◦ green 111 ◦ blue 123

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

Shades of Brink Pink #FF6F7B

Tints of Brink Pink #FF6F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.15%

R = 52.15%
G = 22.7%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF6F7B (or 0xFF6F7B) is known color: Brink Pink. HEX triplet: FF, 6F and 7B. RGB value is (255,111,123). Sum of RGB (Red+Green+Blue) = 255+111+123=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F7B is #009084. Grayscale: #9B9B9B. Windows color (decimal): -36997 or 8089599. OLE color: 8089599.

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

Color convert

RGB 255 111 123 -
CMYK 0 0.56 0.52 0
HSL 355º 1% 0.72% -
HSV(B) 355º 0.56% 1% -
XYZ 50.5 34.06 22.65 -
YUV 155.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 255 111 123 0 0.56 0.52 0 355 1 0.72
Hex FF 6F 7B 0 38 34 0 163 64 48
Octal 377 157 173 0 70 64 0 543 144 110
Binary 11111111 1101111 1111011 0 111000 110100 0 101100011 1100100 1001000

Color Harmonies of #FF6F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F7B

Black with #FF6F7B

Text Example


Text Example

White with #FF6F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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