Html Css Color HEX #FB5E7D Brink Pink

📋 copy color: '#FB5E7D'

red 251 ◦ green 94 ◦ blue 125

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

Shades of Brink Pink #FB5E7D

Tints of Brink Pink #FB5E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

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

R = 53.4%
G = 20%
B = 26.6%

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

#FB5E7D (or 0xFB5E7D) is known color: Brink Pink. HEX triplet: FB, 5E and 7D. RGB value is (251,94,125). Sum of RGB (Red+Green+Blue) = 251+94+125=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5E7D is #04A182. Grayscale: #909090. Windows color (decimal): -303491 or 8216315. OLE color: 8216315.

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

Color convert

RGB 251 94 125 -
CMYK 0 0.63 0.50 0.02
HSL 348.15º 0.95% 0.68% -
HSV(B) 348.15º 0.63% 0.98% -
XYZ 47.49 30 22.69 -
YUV 144.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 251 94 125 0 0.63 0.50 0.02 348.15 0.95 0.68
Hex FB 5E 7D 0 3F 32 2 15C 5F 44
Octal 373 136 175 0 77 62 2 534 137 104
Binary 11111011 1011110 1111101 0 111111 110010 10 101011100 1011111 1000100

Color Harmonies of #FB5E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E7D

Black with #FB5E7D

Text Example


Text Example

White with #FB5E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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