Html Css Color HEX #FB6B7C Brink Pink

📋 copy color: '#FB6B7C'

red 251 ◦ green 107 ◦ blue 124

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

Shades of Brink Pink #FB6B7C

Tints of Brink Pink #FB6B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.2%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 52.07%
G = 22.2%
B = 25.73%

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

#FB6B7C (or 0xFB6B7C) is known color: Brink Pink. HEX triplet: FB, 6B and 7C. RGB value is (251,107,124). Sum of RGB (Red+Green+Blue) = 251+107+124=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6B7C is #049483. Grayscale: #989898. Windows color (decimal): -300164 or 8154107. OLE color: 8154107.

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

Color convert

RGB 251 107 124 -
CMYK 0 0.57 0.51 0.02
HSL 352.92º 0.95% 0.7% -
HSV(B) 352.92º 0.57% 0.98% -
XYZ 48.68 32.48 22.77 -
YUV 151.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 251 107 124 0 0.57 0.51 0.02 352.92 0.95 0.7
Hex FB 6B 7C 0 39 33 2 161 5F 46
Octal 373 153 174 0 71 63 2 541 137 106
Binary 11111011 1101011 1111100 0 111001 110011 10 101100001 1011111 1000110

Color Harmonies of #FB6B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6B7C

Black with #FB6B7C

Text Example


Text Example

White with #FB6B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6B7C; }

 p { color: rgb(251,107,124); }

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

background-color css

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

 a { background-color: rgb(251,107,124); }

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

border-color css

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

 span { border-color: rgb(251,107,124); }

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