Html Css Color HEX #FB6483 Brink Pink

📋 copy color: '#FB6483'

red 251 ◦ green 100 ◦ blue 131

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

Shades of Brink Pink #FB6483

Tints of Brink Pink #FB6483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.75%

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 52.07%
G = 20.75%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB6483 (or 0xFB6483) is known color: Brink Pink. HEX triplet: FB, 64 and 83. RGB value is (251,100,131). Sum of RGB (Red+Green+Blue) = 251+100+131=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6483 is #049B7C. Grayscale: #949494. Windows color (decimal): -301949 or 8611067. OLE color: 8611067.

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

Color convert

RGB 251 100 131 -
CMYK 0 0.60 0.48 0.02
HSL 347.68º 0.95% 0.69% -
HSV(B) 347.68º 0.6% 0.98% -
XYZ 48.44 31.26 24.95 -
YUV 148.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 251 100 131 0 0.60 0.48 0.02 347.68 0.95 0.69
Hex FB 64 83 0 3C 30 2 15C 5F 45
Octal 373 144 203 0 74 60 2 534 137 105
Binary 11111011 1100100 10000011 0 111100 110000 10 101011100 1011111 1000101

Color Harmonies of #FB6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6483

Black with #FB6483

Text Example


Text Example

White with #FB6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6483; }

 p { color: rgb(251,100,131); }

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

background-color css

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

 a { background-color: rgb(251,100,131); }

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

border-color css

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

 span { border-color: rgb(251,100,131); }

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