Html Css Color HEX #FF6F75 Brink Pink

📋 copy color: '#FF6F75'

red 255 ◦ green 111 ◦ blue 117

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

Shades of Brink Pink #FF6F75

Tints of Brink Pink #FF6F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 52.8%
G = 22.98%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF6F75 (or 0xFF6F75) is known color: Brink Pink. HEX triplet: FF, 6F and 75. RGB value is (255,111,117). Sum of RGB (Red+Green+Blue) = 255+111+117=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F75 is #00908A. Grayscale: #9A9A9A. Windows color (decimal): -37003 or 7696383. OLE color: 7696383.

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

Color convert

RGB 255 111 117 -
CMYK 0 0.56 0.54 0
HSL 357.5º 1% 0.72% -
HSV(B) 357.5º 0.56% 1% -
XYZ 50.14 33.91 20.73 -
YUV 154.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 255 111 117 0 0.56 0.54 0 357.5 1 0.72
Hex FF 6F 75 0 38 36 0 166 64 48
Octal 377 157 165 0 70 66 0 546 144 110
Binary 11111111 1101111 1110101 0 111000 110110 0 101100110 1100100 1001000

Color Harmonies of #FF6F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F75

Black with #FF6F75

Text Example


Text Example

White with #FF6F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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