Html Css Color HEX #FC7583 Brink Pink

📋 copy color: '#FC7583'

red 252 ◦ green 117 ◦ blue 131

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

Shades of Brink Pink #FC7583

Tints of Brink Pink #FC7583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.4%

 BLUE value IS 131 (51.56% from 255) = 26.2%

R = 50.4%
G = 23.4%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC7583 (or 0xFC7583) is known color: Brink Pink. HEX triplet: FC, 75 and 83. RGB value is (252,117,131). Sum of RGB (Red+Green+Blue) = 252+117+131=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7583 is #038A7C. Grayscale: #9F9F9F. Windows color (decimal): -232061 or 8615420. OLE color: 8615420.

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

Color convert

RGB 252 117 131 -
CMYK 0 0.54 0.48 0.01
HSL 353.78º 0.96% 0.72% -
HSV(B) 353.78º 0.54% 0.99% -
XYZ 50.6 35.06 25.57 -
YUV 158.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 252 117 131 0 0.54 0.48 0.01 353.78 0.96 0.72
Hex FC 75 83 0 36 30 1 162 60 48
Octal 374 165 203 0 66 60 1 542 140 110
Binary 11111100 1110101 10000011 0 110110 110000 1 101100010 1100000 1001000

Color Harmonies of #FC7583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7583

Black with #FC7583

Text Example


Text Example

White with #FC7583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7583; }

 p { color: rgb(252,117,131); }

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

background-color css

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

 a { background-color: rgb(252,117,131); }

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

border-color css

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

 span { border-color: rgb(252,117,131); }

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