Html Css Color HEX #FC5A85 Brink Pink

📋 copy color: '#FC5A85'

red 252 ◦ green 90 ◦ blue 133

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

Shades of Brink Pink #FC5A85

Tints of Brink Pink #FC5A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.95%

 BLUE value IS 133 (52.34% from 255) = 28%

R = 53.05%
G = 18.95%
B = 28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC5A85 (or 0xFC5A85) is known color: Brink Pink. HEX triplet: FC, 5A and 85. RGB value is (252,90,133). Sum of RGB (Red+Green+Blue) = 252+90+133=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A85 is #03A57A. Grayscale: #8F8F8F. Windows color (decimal): -238971 or 8739580. OLE color: 8739580.

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

Color convert

RGB 252 90 133 -
CMYK 0 0.64 0.47 0.01
HSL 344.07º 0.96% 0.67% -
HSV(B) 344.07º 0.64% 0.99% -
XYZ 48.03 29.7 25.39 -
YUV 143.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 252 90 133 0 0.64 0.47 0.01 344.07 0.96 0.67
Hex FC 5A 85 0 40 2F 1 158 60 43
Octal 374 132 205 0 100 57 1 530 140 103
Binary 11111100 1011010 10000101 0 1000000 101111 1 101011000 1100000 1000011

Color Harmonies of #FC5A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A85

Black with #FC5A85

Text Example


Text Example

White with #FC5A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A85; }

 p { color: rgb(252,90,133); }

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

background-color css

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

 a { background-color: rgb(252,90,133); }

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

border-color css

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

 span { border-color: rgb(252,90,133); }

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