Html Css Color HEX #FB6381 Brink Pink

📋 copy color: '#FB6381'

red 251 ◦ green 99 ◦ blue 129

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

Shades of Brink Pink #FB6381

Tints of Brink Pink #FB6381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 52.4%
G = 20.67%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB6381 (or 0xFB6381) is known color: Brink Pink. HEX triplet: FB, 63 and 81. RGB value is (251,99,129). Sum of RGB (Red+Green+Blue) = 251+99+129=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6381 is #049C7E. Grayscale: #939393. Windows color (decimal): -302207 or 8479739. OLE color: 8479739.

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

Color convert

RGB 251 99 129 -
CMYK 0 0.61 0.49 0.02
HSL 348.16º 0.95% 0.69% -
HSV(B) 348.16º 0.61% 0.98% -
XYZ 48.21 31.02 24.22 -
YUV 147.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 251 99 129 0 0.61 0.49 0.02 348.16 0.95 0.69
Hex FB 63 81 0 3D 31 2 15C 5F 45
Octal 373 143 201 0 75 61 2 534 137 105
Binary 11111011 1100011 10000001 0 111101 110001 10 101011100 1011111 1000101

Color Harmonies of #FB6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6381

Black with #FB6381

Text Example


Text Example

White with #FB6381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6381; }

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

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

background-color css

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

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

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

border-color css

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

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

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