Html Css Color HEX #FB618A Brink Pink

📋 copy color: '#FB618A'

red 251 ◦ green 97 ◦ blue 138

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

Shades of Brink Pink #FB618A

Tints of Brink Pink #FB618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 51.65%
G = 19.96%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB618A (or 0xFB618A) is known color: Brink Pink. HEX triplet: FB, 61 and 8A. RGB value is (251,97,138). Sum of RGB (Red+Green+Blue) = 251+97+138=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB618A is #049E75. Grayscale: #939393. Windows color (decimal): -302710 or 9069051. OLE color: 9069051.

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

Color convert

RGB 251 97 138 -
CMYK 0 0.61 0.45 0.02
HSL 344.03º 0.95% 0.68% -
HSV(B) 344.03º 0.61% 0.98% -
XYZ 48.65 30.89 27.44 -
YUV 147.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 251 97 138 0 0.61 0.45 0.02 344.03 0.95 0.68
Hex FB 61 8A 0 3D 2D 2 158 5F 44
Octal 373 141 212 0 75 55 2 530 137 104
Binary 11111011 1100001 10001010 0 111101 101101 10 101011000 1011111 1000100

Color Harmonies of #FB618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB618A

Black with #FB618A

Text Example


Text Example

White with #FB618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB618A; }

 p { color: rgb(251,97,138); }

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

background-color css

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

 a { background-color: rgb(251,97,138); }

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

border-color css

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

 span { border-color: rgb(251,97,138); }

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