Html Css Color HEX #FB6D7B Brink Pink

📋 copy color: '#FB6D7B'

red 251 ◦ green 109 ◦ blue 123

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

Shades of Brink Pink #FB6D7B

Tints of Brink Pink #FB6D7B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

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

R = 51.97%
G = 22.57%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB6D7B (or 0xFB6D7B) is known color: Brink Pink. HEX triplet: FB, 6D and 7B. RGB value is (251,109,123). Sum of RGB (Red+Green+Blue) = 251+109+123=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6D7B is #049284. Grayscale: #999999. Windows color (decimal): -299653 or 8089083. OLE color: 8089083.

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

Color convert

RGB 251 109 123 -
CMYK 0 0.57 0.51 0.02
HSL 354.08º 0.95% 0.71% -
HSV(B) 354.08º 0.57% 0.98% -
XYZ 48.83 32.88 22.51 -
YUV 153.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 251 109 123 0 0.57 0.51 0.02 354.08 0.95 0.71
Hex FB 6D 7B 0 39 33 2 162 5F 47
Octal 373 155 173 0 71 63 2 542 137 107
Binary 11111011 1101101 1111011 0 111001 110011 10 101100010 1011111 1000111

Color Harmonies of #FB6D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6D7B

Black with #FB6D7B

Text Example


Text Example

White with #FB6D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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