Html Css Color HEX #FC5F7B Brink Pink

📋 copy color: '#FC5F7B'

red 252 ◦ green 95 ◦ blue 123

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

Shades of Brink Pink #FC5F7B

Tints of Brink Pink #FC5F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.17%

R = 53.62%
G = 20.21%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC5F7B (or 0xFC5F7B) is known color: Brink Pink. HEX triplet: FC, 5F and 7B. RGB value is (252,95,123). Sum of RGB (Red+Green+Blue) = 252+95+123=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5F7B is #03A084. Grayscale: #919191. Windows color (decimal): -237701 or 8085500. OLE color: 8085500.

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

Color convert

RGB 252 95 123 -
CMYK 0 0.62 0.51 0.01
HSL 349.3º 0.96% 0.68% -
HSV(B) 349.3º 0.62% 0.99% -
XYZ 47.81 30.31 22.07 -
YUV 145.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 252 95 123 0 0.62 0.51 0.01 349.3 0.96 0.68
Hex FC 5F 7B 0 3E 33 1 15D 60 44
Octal 374 137 173 0 76 63 1 535 140 104
Binary 11111100 1011111 1111011 0 111110 110011 1 101011101 1100000 1000100

Color Harmonies of #FC5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F7B

Black with #FC5F7B

Text Example


Text Example

White with #FC5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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