Html Css Color HEX #FC6F81 Brink Pink

📋 copy color: '#FC6F81'

red 252 ◦ green 111 ◦ blue 129

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

Shades of Brink Pink #FC6F81

Tints of Brink Pink #FC6F81

RGB

 RED value IS 252 (98.83% from 255) = 51.22%

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

 BLUE value IS 129 (50.78% from 255) = 26.22%

R = 51.22%
G = 22.56%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6F81 (or 0xFC6F81) is known color: Brink Pink. HEX triplet: FC, 6F and 81. RGB value is (252,111,129). Sum of RGB (Red+Green+Blue) = 252+111+129=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6F81 is #03907E. Grayscale: #9B9B9B. Windows color (decimal): -233599 or 8482812. OLE color: 8482812.

HSL color Cylindrical-coordinate representation of color #FC6F81: hue angle of 352.34º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6F81 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 111 129 -
CMYK 0 0.56 0.49 0.01
HSL 352.34º 0.96% 0.71% -
HSV(B) 352.34º 0.56% 0.99% -
XYZ 49.79 33.65 24.64 -
YUV 155.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 252 111 129 0 0.56 0.49 0.01 352.34 0.96 0.71
Hex FC 6F 81 0 38 31 1 160 60 47
Octal 374 157 201 0 70 61 1 540 140 107
Binary 11111100 1101111 10000001 0 111000 110001 1 101100000 1100000 1000111

Color Harmonies of #FC6F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F81

Black with #FC6F81

Text Example


Text Example

White with #FC6F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F81; }

 p { color: rgb(252,111,129); }

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

background-color css

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

 a { background-color: rgb(252,111,129); }

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

border-color css

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

 span { border-color: rgb(252,111,129); }

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