Html Css Color HEX #FB607B Brink Pink

📋 copy color: '#FB607B'

red 251 ◦ green 96 ◦ blue 123

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

Shades of Brink Pink #FB607B

Tints of Brink Pink #FB607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.43%

 BLUE value IS 123 (48.44% from 255) = 26.17%

R = 53.4%
G = 20.43%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB607B (or 0xFB607B) is known color: Brink Pink. HEX triplet: FB, 60 and 7B. RGB value is (251,96,123). Sum of RGB (Red+Green+Blue) = 251+96+123=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB607B is #049F84. Grayscale: #919191. Windows color (decimal): -302981 or 8085755. OLE color: 8085755.

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

Color convert

RGB 251 96 123 -
CMYK 0 0.62 0.51 0.02
HSL 349.55º 0.95% 0.68% -
HSV(B) 349.55º 0.62% 0.98% -
XYZ 47.54 30.31 22.08 -
YUV 145.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 251 96 123 0 0.62 0.51 0.02 349.55 0.95 0.68
Hex FB 60 7B 0 3E 33 2 15E 5F 44
Octal 373 140 173 0 76 63 2 536 137 104
Binary 11111011 1100000 1111011 0 111110 110011 10 101011110 1011111 1000100

Color Harmonies of #FB607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB607B

Black with #FB607B

Text Example


Text Example

White with #FB607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB607B; }

 p { color: rgb(251,96,123); }

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

background-color css

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

 a { background-color: rgb(251,96,123); }

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

border-color css

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

 span { border-color: rgb(251,96,123); }

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