Html Css Color HEX #FC618B Brink Pink

📋 copy color: '#FC618B'

red 252 ◦ green 97 ◦ blue 139

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

Shades of Brink Pink #FC618B

Tints of Brink Pink #FC618B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 51.64%
G = 19.88%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC618B (or 0xFC618B) is known color: Brink Pink. HEX triplet: FC, 61 and 8B. RGB value is (252,97,139). Sum of RGB (Red+Green+Blue) = 252+97+139=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC618B is #039E74. Grayscale: #949494. Windows color (decimal): -237173 or 9134588. OLE color: 9134588.

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

Color convert

RGB 252 97 139 -
CMYK 0 0.62 0.45 0.01
HSL 343.74º 0.96% 0.68% -
HSV(B) 343.74º 0.62% 0.99% -
XYZ 49.08 31.11 27.84 -
YUV 148.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 252 97 139 0 0.62 0.45 0.01 343.74 0.96 0.68
Hex FC 61 8B 0 3E 2D 1 158 60 44
Octal 374 141 213 0 76 55 1 530 140 104
Binary 11111100 1100001 10001011 0 111110 101101 1 101011000 1100000 1000100

Color Harmonies of #FC618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC618B

Black with #FC618B

Text Example


Text Example

White with #FC618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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