Html Css Color HEX #FC607E Brink Pink

📋 copy color: '#FC607E'

red 252 ◦ green 96 ◦ blue 126

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

Shades of Brink Pink #FC607E

Tints of Brink Pink #FC607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.25%

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 53.16%
G = 20.25%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC607E (or 0xFC607E) is known color: Brink Pink. HEX triplet: FC, 60 and 7E. RGB value is (252,96,126). Sum of RGB (Red+Green+Blue) = 252+96+126=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC607E is #039F81. Grayscale: #929292. Windows color (decimal): -237442 or 8282364. OLE color: 8282364.

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

Color convert

RGB 252 96 126 -
CMYK 0 0.62 0.5 0.01
HSL 348.46º 0.96% 0.68% -
HSV(B) 348.46º 0.62% 0.99% -
XYZ 48.09 30.57 23.1 -
YUV 146.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 252 96 126 0 0.62 0.5 0.01 348.46 0.96 0.68
Hex FC 60 7E 0 3E 32 1 15C 60 44
Octal 374 140 176 0 76 62 1 534 140 104
Binary 11111100 1100000 1111110 0 111110 110010 1 101011100 1100000 1000100

Color Harmonies of #FC607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC607E

Black with #FC607E

Text Example


Text Example

White with #FC607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC607E; }

 p { color: rgb(252,96,126); }

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

background-color css

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

 a { background-color: rgb(252,96,126); }

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

border-color css

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

 span { border-color: rgb(252,96,126); }

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