Html Css Color HEX #FF5F8C Brink Pink

📋 copy color: '#FF5F8C'

red 255 ◦ green 95 ◦ blue 140

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

Shades of Brink Pink #FF5F8C

Tints of Brink Pink #FF5F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 52.04%
G = 19.39%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF5F8C (or 0xFF5F8C) is known color: Brink Pink. HEX triplet: FF, 5F and 8C. RGB value is (255,95,140). Sum of RGB (Red+Green+Blue) = 255+95+140=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F8C is #00A073. Grayscale: #939393. Windows color (decimal): -41076 or 9199615. OLE color: 9199615.

HSL color Cylindrical-coordinate representation of color #FF5F8C: hue angle of 343.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F8C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 140 -
CMYK 0 0.63 0.45 0
HSL 343.13º 1% 0.69% -
HSV(B) 343.13º 0.63% 1% -
XYZ 50.07 31.34 28.22 -
YUV 147.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 255 95 140 0 0.63 0.45 0 343.13 1 0.69
Hex FF 5F 8C 0 3F 2D 0 157 64 45
Octal 377 137 214 0 77 55 0 527 144 105
Binary 11111111 1011111 10001100 0 111111 101101 0 101010111 1100100 1000101

Color Harmonies of #FF5F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F8C

Black with #FF5F8C

Text Example


Text Example

White with #FF5F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F8C; }

 p { color: rgb(255,95,140); }

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

background-color css

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

 a { background-color: rgb(255,95,140); }

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

border-color css

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

 span { border-color: rgb(255,95,140); }

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