Html Css Color HEX #FB617F Brink Pink

📋 copy color: '#FB617F'

red 251 ◦ green 97 ◦ blue 127

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

Shades of Brink Pink #FB617F

Tints of Brink Pink #FB617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 52.84%
G = 20.42%
B = 26.74%

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

#FB617F (or 0xFB617F) is known color: Brink Pink. HEX triplet: FB, 61 and 7F. RGB value is (251,97,127). Sum of RGB (Red+Green+Blue) = 251+97+127=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB617F is #049E80. Grayscale: #929292. Windows color (decimal): -302721 or 8348155. OLE color: 8348155.

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

Color convert

RGB 251 97 127 -
CMYK 0 0.61 0.49 0.02
HSL 348.31º 0.95% 0.68% -
HSV(B) 348.31º 0.61% 0.98% -
XYZ 47.89 30.59 23.46 -
YUV 146.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 251 97 127 0 0.61 0.49 0.02 348.31 0.95 0.68
Hex FB 61 7F 0 3D 31 2 15C 5F 44
Octal 373 141 177 0 75 61 2 534 137 104
Binary 11111011 1100001 1111111 0 111101 110001 10 101011100 1011111 1000100

Color Harmonies of #FB617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB617F

Black with #FB617F

Text Example


Text Example

White with #FB617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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