Html Css Color HEX #FB5C7D Brink Pink

📋 copy color: '#FB5C7D'

red 251 ◦ green 92 ◦ blue 125

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

Shades of Brink Pink #FB5C7D

Tints of Brink Pink #FB5C7D

RGB

 RED value IS 251 (98.44% from 255) = 53.63%

 GREEN value IS 92 (36.33% from 255) = 19.66%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 53.63%
G = 19.66%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB5C7D (or 0xFB5C7D) is known color: Brink Pink. HEX triplet: FB, 5C and 7D. RGB value is (251,92,125). Sum of RGB (Red+Green+Blue) = 251+92+125=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5C7D is #04A382. Grayscale: #8F8F8F. Windows color (decimal): -304003 or 8215803. OLE color: 8215803.

HSL color Cylindrical-coordinate representation of color #FB5C7D: hue angle of 347.55º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5C7D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 92 125 -
CMYK 0 0.63 0.50 0.02
HSL 347.55º 0.95% 0.67% -
HSV(B) 347.55º 0.63% 0.98% -
XYZ 47.31 29.64 22.63 -
YUV 143.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 251 92 125 0 0.63 0.50 0.02 347.55 0.95 0.67
Hex FB 5C 7D 0 3F 32 2 15C 5F 43
Octal 373 134 175 0 77 62 2 534 137 103
Binary 11111011 1011100 1111101 0 111111 110010 10 101011100 1011111 1000011

Color Harmonies of #FB5C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5C7D

Black with #FB5C7D

Text Example


Text Example

White with #FB5C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5C7D; }

 p { color: rgb(251,92,125); }

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

background-color css

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

 a { background-color: rgb(251,92,125); }

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

border-color css

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

 span { border-color: rgb(251,92,125); }

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