Html Css Color HEX #FC658C Brink Pink

📋 copy color: '#FC658C'

red 252 ◦ green 101 ◦ blue 140

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

Shades of Brink Pink #FC658C

Tints of Brink Pink #FC658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.49%

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

R = 51.12%
G = 20.49%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC658C (or 0xFC658C) is known color: Brink Pink. HEX triplet: FC, 65 and 8C. RGB value is (252,101,140). Sum of RGB (Red+Green+Blue) = 252+101+140=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC658C is #039A73. Grayscale: #969696. Windows color (decimal): -236148 or 9201148. OLE color: 9201148.

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

Color convert

RGB 252 101 140 -
CMYK 0 0.60 0.44 0.01
HSL 344.5º 0.96% 0.69% -
HSV(B) 344.5º 0.6% 0.99% -
XYZ 49.53 31.9 28.36 -
YUV 150.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 252 101 140 0 0.60 0.44 0.01 344.5 0.96 0.69
Hex FC 65 8C 0 3C 2C 1 159 60 45
Octal 374 145 214 0 74 54 1 531 140 105
Binary 11111100 1100101 10001100 0 111100 101100 1 101011001 1100000 1000101

Color Harmonies of #FC658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC658C

Black with #FC658C

Text Example


Text Example

White with #FC658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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