Html Css Color HEX #FB707F Brink Pink

📋 copy color: '#FB707F'

red 251 ◦ green 112 ◦ blue 127

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

Shades of Brink Pink #FB707F

Tints of Brink Pink #FB707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.86%

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

R = 51.22%
G = 22.86%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB707F (or 0xFB707F) is known color: Brink Pink. HEX triplet: FB, 70 and 7F. RGB value is (251,112,127). Sum of RGB (Red+Green+Blue) = 251+112+127=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB707F is #048F80. Grayscale: #9B9B9B. Windows color (decimal): -298881 or 8351995. OLE color: 8351995.

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

Color convert

RGB 251 112 127 -
CMYK 0 0.55 0.49 0.02
HSL 353.53º 0.95% 0.71% -
HSV(B) 353.53º 0.55% 0.98% -
XYZ 49.41 33.63 23.97 -
YUV 155.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 251 112 127 0 0.55 0.49 0.02 353.53 0.95 0.71
Hex FB 70 7F 0 37 31 2 162 5F 47
Octal 373 160 177 0 67 61 2 542 137 107
Binary 11111011 1110000 1111111 0 110111 110001 10 101100010 1011111 1000111

Color Harmonies of #FB707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB707F

Black with #FB707F

Text Example


Text Example

White with #FB707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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