Html Css Color HEX #FB6390 Brink Pink

📋 copy color: '#FB6390'

red 251 ◦ green 99 ◦ blue 144

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

Shades of Brink Pink #FB6390

Tints of Brink Pink #FB6390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 50.81%
G = 20.04%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB6390 (or 0xFB6390) is known color: Brink Pink. HEX triplet: FB, 63 and 90. RGB value is (251,99,144). Sum of RGB (Red+Green+Blue) = 251+99+144=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6390 is #049C6F. Grayscale: #959595. Windows color (decimal): -302192 or 9462779. OLE color: 9462779.

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

Color convert

RGB 251 99 144 -
CMYK 0 0.61 0.43 0.02
HSL 342.24º 0.95% 0.69% -
HSV(B) 342.24º 0.61% 0.98% -
XYZ 49.28 31.45 29.86 -
YUV 149.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 251 99 144 0 0.61 0.43 0.02 342.24 0.95 0.69
Hex FB 63 90 0 3D 2B 2 156 5F 45
Octal 373 143 220 0 75 53 2 526 137 105
Binary 11111011 1100011 10010000 0 111101 101011 10 101010110 1011111 1000101

Color Harmonies of #FB6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6390

Black with #FB6390

Text Example


Text Example

White with #FB6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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