Html Css Color HEX #FC618C Brink Pink

📋 copy color: '#FC618C'

red 252 ◦ green 97 ◦ blue 140

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

Shades of Brink Pink #FC618C

Tints of Brink Pink #FC618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.84%

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

R = 51.53%
G = 19.84%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC618C (or 0xFC618C) is known color: Brink Pink. HEX triplet: FC, 61 and 8C. RGB value is (252,97,140). Sum of RGB (Red+Green+Blue) = 252+97+140=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC618C is #039E73. Grayscale: #949494. Windows color (decimal): -237172 or 9200124. OLE color: 9200124.

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

Color convert

RGB 252 97 140 -
CMYK 0 0.62 0.44 0.01
HSL 343.35º 0.96% 0.68% -
HSV(B) 343.35º 0.62% 0.99% -
XYZ 49.15 31.14 28.23 -
YUV 148.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 252 97 140 0 0.62 0.44 0.01 343.35 0.96 0.68
Hex FC 61 8C 0 3E 2C 1 157 60 44
Octal 374 141 214 0 76 54 1 527 140 104
Binary 11111100 1100001 10001100 0 111110 101100 1 101010111 1100000 1000100

Color Harmonies of #FC618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC618C

Black with #FC618C

Text Example


Text Example

White with #FC618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC618C; }

 p { color: rgb(252,97,140); }

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

background-color css

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

 a { background-color: rgb(252,97,140); }

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

border-color css

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

 span { border-color: rgb(252,97,140); }

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