Html Css Color HEX #FC618F Brink Pink

📋 copy color: '#FC618F'

red 252 ◦ green 97 ◦ blue 143

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

Shades of Brink Pink #FC618F

Tints of Brink Pink #FC618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 51.22%
G = 19.72%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC618F (or 0xFC618F) is known color: Brink Pink. HEX triplet: FC, 61 and 8F. RGB value is (252,97,143). Sum of RGB (Red+Green+Blue) = 252+97+143=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC618F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC618F is #039E70. Grayscale: #949494. Windows color (decimal): -237169 or 9396732. OLE color: 9396732.

HSL color Cylindrical-coordinate representation of color #FC618F: hue angle of 342.19º 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 #FC618F is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 97 143 -
CMYK 0 0.62 0.43 0.01
HSL 342.19º 0.96% 0.68% -
HSV(B) 342.19º 0.62% 0.99% -
XYZ 49.38 31.23 29.41 -
YUV 148.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 252 97 143 0 0.62 0.43 0.01 342.19 0.96 0.68
Hex FC 61 8F 0 3E 2B 1 156 60 44
Octal 374 141 217 0 76 53 1 526 140 104
Binary 11111100 1100001 10001111 0 111110 101011 1 101010110 1100000 1000100

Color Harmonies of #FC618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC618F

Black with #FC618F

Text Example


Text Example

White with #FC618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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