Html Css Color HEX #FB6B93 Brink Pink

📋 copy color: '#FB6B93'

red 251 ◦ green 107 ◦ blue 147

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

Shades of Brink Pink #FB6B93

Tints of Brink Pink #FB6B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 49.7%
G = 21.19%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB6B93 (or 0xFB6B93) is known color: Brink Pink. HEX triplet: FB, 6B and 93. RGB value is (251,107,147). Sum of RGB (Red+Green+Blue) = 251+107+147=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6B93 is #04946C. Grayscale: #9A9A9A. Windows color (decimal): -300141 or 9661435. OLE color: 9661435.

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

Color convert

RGB 251 107 147 -
CMYK 0 0.57 0.41 0.02
HSL 343.33º 0.95% 0.7% -
HSV(B) 343.33º 0.57% 0.98% -
XYZ 50.31 33.13 31.35 -
YUV 154.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 251 107 147 0 0.57 0.41 0.02 343.33 0.95 0.7
Hex FB 6B 93 0 39 29 2 157 5F 46
Octal 373 153 223 0 71 51 2 527 137 106
Binary 11111011 1101011 10010011 0 111001 101001 10 101010111 1011111 1000110

Color Harmonies of #FB6B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6B93

Black with #FB6B93

Text Example


Text Example

White with #FB6B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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