Html Css Color HEX #FC6C93 Brink Pink

📋 copy color: '#FC6C93'

red 252 ◦ green 108 ◦ blue 147

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

Shades of Brink Pink #FC6C93

Tints of Brink Pink #FC6C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.3%

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

R = 49.7%
G = 21.3%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6C93 (or 0xFC6C93) is known color: Brink Pink. HEX triplet: FC, 6C and 93. RGB value is (252,108,147). Sum of RGB (Red+Green+Blue) = 252+108+147=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6C93 is #03936C. Grayscale: #9B9B9B. Windows color (decimal): -234349 or 9661692. OLE color: 9661692.

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

Color convert

RGB 252 108 147 -
CMYK 0 0.57 0.42 0.01
HSL 343.75º 0.96% 0.71% -
HSV(B) 343.75º 0.57% 0.99% -
XYZ 50.77 33.53 31.4 -
YUV 155.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 252 108 147 0 0.57 0.42 0.01 343.75 0.96 0.71
Hex FC 6C 93 0 39 2A 1 158 60 47
Octal 374 154 223 0 71 52 1 530 140 107
Binary 11111100 1101100 10010011 0 111001 101010 1 101011000 1100000 1000111

Color Harmonies of #FC6C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C93

Black with #FC6C93

Text Example


Text Example

White with #FC6C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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