Html Css Color HEX #FC7B83 Brink Pink

📋 copy color: '#FC7B83'

red 252 ◦ green 123 ◦ blue 131

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

Shades of Brink Pink #FC7B83

Tints of Brink Pink #FC7B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.31%

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

R = 49.8%
G = 24.31%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC7B83 (or 0xFC7B83) is known color: Brink Pink. HEX triplet: FC, 7B and 83. RGB value is (252,123,131). Sum of RGB (Red+Green+Blue) = 252+123+131=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B83 is #03847C. Grayscale: #A2A2A2. Windows color (decimal): -230525 or 8616956. OLE color: 8616956.

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

Color convert

RGB 252 123 131 -
CMYK 0 0.51 0.48 0.01
HSL 356.28º 0.96% 0.74% -
HSV(B) 356.28º 0.51% 0.99% -
XYZ 51.32 36.5 25.81 -
YUV 162.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 252 123 131 0 0.51 0.48 0.01 356.28 0.96 0.74
Hex FC 7B 83 0 33 30 1 164 60 4A
Octal 374 173 203 0 63 60 1 544 140 112
Binary 11111100 1111011 10000011 0 110011 110000 1 101100100 1100000 1001010

Color Harmonies of #FC7B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B83

Black with #FC7B83

Text Example


Text Example

White with #FC7B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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