Html Css Color HEX #FB6393 Brink Pink

📋 copy color: '#FB6393'

red 251 ◦ green 99 ◦ blue 147

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

Shades of Brink Pink #FB6393

Tints of Brink Pink #FB6393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.92%

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

R = 50.5%
G = 19.92%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB6393 (or 0xFB6393) is known color: Brink Pink. HEX triplet: FB, 63 and 93. RGB value is (251,99,147). Sum of RGB (Red+Green+Blue) = 251+99+147=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6393 is #049C6C. Grayscale: #959595. Windows color (decimal): -302189 or 9659387. OLE color: 9659387.

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

Color convert

RGB 251 99 147 -
CMYK 0 0.61 0.41 0.02
HSL 341.05º 0.95% 0.69% -
HSV(B) 341.05º 0.61% 0.98% -
XYZ 49.51 31.54 31.08 -
YUV 149.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 251 99 147 0 0.61 0.41 0.02 341.05 0.95 0.69
Hex FB 63 93 0 3D 29 2 155 5F 45
Octal 373 143 223 0 75 51 2 525 137 105
Binary 11111011 1100011 10010011 0 111101 101001 10 101010101 1011111 1000101

Color Harmonies of #FB6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6393

Black with #FB6393

Text Example


Text Example

White with #FB6393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6393; }

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

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

background-color css

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

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

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

border-color css

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

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

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