Html Css Color HEX #FC6290 Brink Pink

📋 copy color: '#FC6290'

red 252 ◦ green 98 ◦ blue 144

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

Shades of Brink Pink #FC6290

Tints of Brink Pink #FC6290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.84%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 51.01%
G = 19.84%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC6290 (or 0xFC6290) is known color: Brink Pink. HEX triplet: FC, 62 and 90. RGB value is (252,98,144). Sum of RGB (Red+Green+Blue) = 252+98+144=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6290 is #039D6F. Grayscale: #959595. Windows color (decimal): -236912 or 9462524. OLE color: 9462524.

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

Color convert

RGB 252 98 144 -
CMYK 0 0.61 0.43 0.01
HSL 342.08º 0.96% 0.69% -
HSV(B) 342.08º 0.61% 0.99% -
XYZ 49.55 31.44 29.84 -
YUV 149.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 252 98 144 0 0.61 0.43 0.01 342.08 0.96 0.69
Hex FC 62 90 0 3D 2B 1 156 60 45
Octal 374 142 220 0 75 53 1 526 140 105
Binary 11111100 1100010 10010000 0 111101 101011 1 101010110 1100000 1000101

Color Harmonies of #FC6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6290

Black with #FC6290

Text Example


Text Example

White with #FC6290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6290; }

 p { color: rgb(252,98,144); }

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

background-color css

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

 a { background-color: rgb(252,98,144); }

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

border-color css

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

 span { border-color: rgb(252,98,144); }

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