Html Css Color HEX #FC6893 Brink Pink

📋 copy color: '#FC6893'

red 252 ◦ green 104 ◦ blue 147

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

Shades of Brink Pink #FC6893

Tints of Brink Pink #FC6893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

 BLUE value IS 147 (57.81% from 255) = 29.22%

R = 50.1%
G = 20.68%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6893 (or 0xFC6893) is known color: Brink Pink. HEX triplet: FC, 68 and 93. RGB value is (252,104,147). Sum of RGB (Red+Green+Blue) = 252+104+147=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6893 is #03976C. Grayscale: #999999. Windows color (decimal): -235373 or 9660668. OLE color: 9660668.

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

Color convert

RGB 252 104 147 -
CMYK 0 0.59 0.42 0.01
HSL 342.57º 0.96% 0.7% -
HSV(B) 342.57º 0.59% 0.99% -
XYZ 50.36 32.7 31.26 -
YUV 153.15 124.53 198.5 -
System Red Green Blue C M Y K H S L
Decimal 252 104 147 0 0.59 0.42 0.01 342.57 0.96 0.7
Hex FC 68 93 0 3B 2A 1 157 60 46
Octal 374 150 223 0 73 52 1 527 140 106
Binary 11111100 1101000 10010011 0 111011 101010 1 101010111 1100000 1000110

Color Harmonies of #FC6893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6893

Black with #FC6893

Text Example


Text Example

White with #FC6893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6893; }

 p { color: rgb(252,104,147); }

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

background-color css

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

 a { background-color: rgb(252,104,147); }

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

border-color css

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

 span { border-color: rgb(252,104,147); }

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