Html Css Color HEX #FB5D8A Brink Pink

📋 copy color: '#FB5D8A'

red 251 ◦ green 93 ◦ blue 138

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

Shades of Brink Pink #FB5D8A

Tints of Brink Pink #FB5D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 52.07%
G = 19.29%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB5D8A (or 0xFB5D8A) is known color: Brink Pink. HEX triplet: FB, 5D and 8A. RGB value is (251,93,138). Sum of RGB (Red+Green+Blue) = 251+93+138=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D8A is #04A275. Grayscale: #919191. Windows color (decimal): -303734 or 9068027. OLE color: 9068027.

HSL color Cylindrical-coordinate representation of color #FB5D8A: hue angle of 342.91º 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 #FB5D8A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 93 138 -
CMYK 0 0.63 0.45 0.02
HSL 342.91º 0.95% 0.67% -
HSV(B) 342.91º 0.63% 0.98% -
XYZ 48.29 30.17 27.32 -
YUV 145.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 251 93 138 0 0.63 0.45 0.02 342.91 0.95 0.67
Hex FB 5D 8A 0 3F 2D 2 157 5F 43
Octal 373 135 212 0 77 55 2 527 137 103
Binary 11111011 1011101 10001010 0 111111 101101 10 101010111 1011111 1000011

Color Harmonies of #FB5D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D8A

Black with #FB5D8A

Text Example


Text Example

White with #FB5D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D8A; }

 p { color: rgb(251,93,138); }

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

background-color css

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

 a { background-color: rgb(251,93,138); }

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

border-color css

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

 span { border-color: rgb(251,93,138); }

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