Html Css Color HEX #FC608A Brink Pink

📋 copy color: '#FC608A'

red 252 ◦ green 96 ◦ blue 138

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

Shades of Brink Pink #FC608A

Tints of Brink Pink #FC608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 51.85%
G = 19.75%
B = 28.4%

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

#FC608A (or 0xFC608A) is known color: Brink Pink. HEX triplet: FC, 60 and 8A. RGB value is (252,96,138). Sum of RGB (Red+Green+Blue) = 252+96+138=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC608A is #039F75. Grayscale: #939393. Windows color (decimal): -237430 or 9068796. OLE color: 9068796.

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

Color convert

RGB 252 96 138 -
CMYK 0 0.62 0.45 0.01
HSL 343.85º 0.96% 0.68% -
HSV(B) 343.85º 0.62% 0.99% -
XYZ 48.92 30.9 27.43 -
YUV 147.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 252 96 138 0 0.62 0.45 0.01 343.85 0.96 0.68
Hex FC 60 8A 0 3E 2D 1 158 60 44
Octal 374 140 212 0 76 55 1 530 140 104
Binary 11111100 1100000 10001010 0 111110 101101 1 101011000 1100000 1000100

Color Harmonies of #FC608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC608A

Black with #FC608A

Text Example


Text Example

White with #FC608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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