Html Css Color HEX #FC5F90 Brink Pink

📋 copy color: '#FC5F90'

red 252 ◦ green 95 ◦ blue 144

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

Shades of Brink Pink #FC5F90

Tints of Brink Pink #FC5F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.35%

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

R = 51.32%
G = 19.35%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC5F90 (or 0xFC5F90) is known color: Brink Pink. HEX triplet: FC, 5F and 90. RGB value is (252,95,144). Sum of RGB (Red+Green+Blue) = 252+95+144=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5F90 is #03A06F. Grayscale: #939393. Windows color (decimal): -237680 or 9461756. OLE color: 9461756.

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

Color convert

RGB 252 95 144 -
CMYK 0 0.62 0.43 0.01
HSL 341.27º 0.96% 0.68% -
HSV(B) 341.27º 0.62% 0.99% -
XYZ 49.27 30.89 29.75 -
YUV 147.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 252 95 144 0 0.62 0.43 0.01 341.27 0.96 0.68
Hex FC 5F 90 0 3E 2B 1 155 60 44
Octal 374 137 220 0 76 53 1 525 140 104
Binary 11111100 1011111 10010000 0 111110 101011 1 101010101 1100000 1000100

Color Harmonies of #FC5F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F90

Black with #FC5F90

Text Example


Text Example

White with #FC5F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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