Html Css Color HEX #FB5F7B Brink Pink

📋 copy color: '#FB5F7B'

red 251 ◦ green 95 ◦ blue 123

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

Shades of Brink Pink #FB5F7B

Tints of Brink Pink #FB5F7B

RGB

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

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

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

R = 53.52%
G = 20.26%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB5F7B (or 0xFB5F7B) is known color: Brink Pink. HEX triplet: FB, 5F and 7B. RGB value is (251,95,123). Sum of RGB (Red+Green+Blue) = 251+95+123=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5F7B is #04A084. Grayscale: #909090. Windows color (decimal): -303237 or 8085499. OLE color: 8085499.

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

Color convert

RGB 251 95 123 -
CMYK 0 0.62 0.51 0.02
HSL 349.23º 0.95% 0.68% -
HSV(B) 349.23º 0.62% 0.98% -
XYZ 47.45 30.12 22.05 -
YUV 144.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 251 95 123 0 0.62 0.51 0.02 349.23 0.95 0.68
Hex FB 5F 7B 0 3E 33 2 15D 5F 44
Octal 373 137 173 0 76 63 2 535 137 104
Binary 11111011 1011111 1111011 0 111110 110011 10 101011101 1011111 1000100

Color Harmonies of #FB5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5F7B

Black with #FB5F7B

Text Example


Text Example

White with #FB5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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